diff --git a/python-autobahn.changes b/python-autobahn.changes index 78af2b8..ef92fa5 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 11 08:54:00 UTC 2022 - Guillaume GARDET + +- Fix packaging for %arm, aarch64 and riscv64 + ------------------------------------------------------------------- Wed Mar 9 05:57:11 UTC 2022 - Steve Kowalik diff --git a/python-autobahn.spec b/python-autobahn.spec index 99c2ba0..97ada47 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -113,11 +113,7 @@ export AUTOBAHN_USE_NVX=true %python_clone -a %{buildroot}%{_bindir}/wamp %python_clone -a %{buildroot}%{_bindir}/xbrnetwork %python_clone -a %{buildroot}%{_bindir}/xbrnetwork-ui -%if %{with nvx_support} %python_expand %fdupes %{buildroot}%{$python_sitearch} -%else -%python_expand %fdupes %{buildroot}%{$python_sitelib} -%endif %if %{with nvx_support} # It tries to test NVX, even if disabled @@ -138,11 +134,7 @@ export PY_IGNORE_IMPORTMISMATCH=1 %files %{python_files} %license LICENSE %doc README.rst -%if %{with nvx_support} %{python_sitearch}/* -%else -%{python_sitelib}/* -%endif %python_alternative %{_bindir}/wamp %python_alternative %{_bindir}/xbrnetwork %python_alternative %{_bindir}/xbrnetwork-ui