diff --git a/python-Pillow.changes b/python-Pillow.changes index b03e012..a91b168 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jun 9 22:06:09 CEST 2019 - Matej Cepl + +- Fix if/else for arch check (skip some tests on some + architectures). + +------------------------------------------------------------------- +Sun Jun 9 17:24:47 UTC 2019 - Oliver Kurz + +- Fix if/else for arch checkcheck + ------------------------------------------------------------------- Fri Apr 5 10:47:55 UTC 2019 - Tomáš Chvátal diff --git a/python-Pillow.spec b/python-Pillow.spec index f6479a8..dfcfcd9 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -108,7 +108,7 @@ Python Imaging Library by Fredrik Lundh and Contributors. %check %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -%ifarch ppc ppc64 s390 s390x +%if %_arch == s390x || %_arch == s390x || %_arch == ppc || %_arch == ppc64 $python selftest.py --installed || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" $python setup.py test || \