diff --git a/python-pymongo.changes b/python-pymongo.changes index 3bf5e8e..1773c39 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 17:23:35 CET 2018 - ro@suse.de + +- fix build on ppc64 and s390x by dropping the ifarch statements + all our platforms install this to sitearch + ------------------------------------------------------------------- Fri Feb 23 04:43:48 UTC 2018 - jacobwinski@gmail.com diff --git a/python-pymongo.spec b/python-pymongo.spec index 4933b17..79f2679 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -54,11 +54,7 @@ export CFLAGS="%{optflags}" %install %python_install -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le %python_expand %fdupes %{buildroot}%{$python_sitearch} -%else -%python_expand %fdupes %{buildroot}%{$python_sitelib} -%endif %if %{with tests} %check @@ -68,10 +64,6 @@ export CFLAGS="%{optflags}" %files %{python_files} %defattr(-,root,root,-) %doc LICENSE README.rst -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc64le %{python_sitearch}/* -%else -%{python_sitelib}/* -%endif %changelog