From 5d5d01a81fc4908f7f4cf6e67f70dc9b4e0e2786ac35c191f9d1cf2c1c770c48 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 11 Mar 2022 09:27:01 +0000 Subject: [PATCH] Accepting request 961030 from home:Guillaume_G:branches:devel:languages:python - Fix packaging for %arm, aarch64 and riscv64 OBS-URL: https://build.opensuse.org/request/show/961030 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=59 --- python-autobahn.changes | 5 +++++ python-autobahn.spec | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) 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