Fix build error at 64 env
authorDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Apr 2021 03:50:18 +0000 (12:50 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 20 Apr 2021 03:50:18 +0000 (12:50 +0900)
packaging/python3-cryptography.spec

index d43c6845d82f83d53f19c14b647e17e3d6c3a172..57978c624391cf056adba8595e18ff3db2507c80 100644 (file)
@@ -37,32 +37,32 @@ cp %{SOURCE1001} .
 %files
 %manifest %{name}.manifest
 %license LICENSE.APACHE LICENSE.BSD
-%{python3_sitelib}/cryptography-%{version}-py%{python3_version}.egg-info/*
-%{python3_sitelib}/cryptography/*.py
-%{python3_sitelib}/cryptography/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/*.py
-%{python3_sitelib}/cryptography/hazmat/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/backends/*.py
-%{python3_sitelib}/cryptography/hazmat/backends/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/backends/openssl/*.py
-%{python3_sitelib}/cryptography/hazmat/backends/openssl/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/bindings/*.py
-%{python3_sitelib}/cryptography/hazmat/bindings/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/bindings/_constant_time.abi3.so
-%{python3_sitelib}/cryptography/hazmat/bindings/_openssl.abi3.so
-%{python3_sitelib}/cryptography/hazmat/bindings/_padding.abi3.so
-%{python3_sitelib}/cryptography/hazmat/bindings/openssl/*.py
-%{python3_sitelib}/cryptography/hazmat/bindings/openssl/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/primitives/*.py
-%{python3_sitelib}/cryptography/hazmat/primitives/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/primitives/asymmetric/*.py
-%{python3_sitelib}/cryptography/hazmat/primitives/asymmetric/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/primitives/ciphers/*.py
-%{python3_sitelib}/cryptography/hazmat/primitives/ciphers/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/primitives/kdf/*.py
-%{python3_sitelib}/cryptography/hazmat/primitives/kdf/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/hazmat/primitives/twofactor/*.py
-%{python3_sitelib}/cryptography/hazmat/primitives/twofactor/__pycache__/*.cpython-*.pyc
-%{python3_sitelib}/cryptography/x509/*.py
-%{python3_sitelib}/cryptography/x509/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography-%{version}-py%{python3_version}.egg-info/*
+%{python3_sitearch}/cryptography/*.py
+%{python3_sitearch}/cryptography/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/*.py
+%{python3_sitearch}/cryptography/hazmat/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/backends/*.py
+%{python3_sitearch}/cryptography/hazmat/backends/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/backends/openssl/*.py
+%{python3_sitearch}/cryptography/hazmat/backends/openssl/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/bindings/*.py
+%{python3_sitearch}/cryptography/hazmat/bindings/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/bindings/_constant_time.abi3.so
+%{python3_sitearch}/cryptography/hazmat/bindings/_openssl.abi3.so
+%{python3_sitearch}/cryptography/hazmat/bindings/_padding.abi3.so
+%{python3_sitearch}/cryptography/hazmat/bindings/openssl/*.py
+%{python3_sitearch}/cryptography/hazmat/bindings/openssl/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/primitives/*.py
+%{python3_sitearch}/cryptography/hazmat/primitives/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/primitives/asymmetric/*.py
+%{python3_sitearch}/cryptography/hazmat/primitives/asymmetric/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/primitives/ciphers/*.py
+%{python3_sitearch}/cryptography/hazmat/primitives/ciphers/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/primitives/kdf/*.py
+%{python3_sitearch}/cryptography/hazmat/primitives/kdf/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/hazmat/primitives/twofactor/*.py
+%{python3_sitearch}/cryptography/hazmat/primitives/twofactor/__pycache__/*.cpython-*.pyc
+%{python3_sitearch}/cryptography/x509/*.py
+%{python3_sitearch}/cryptography/x509/__pycache__/*.cpython-*.pyc