From 9dd50ae9c7ff61dec169bd42711f0ada967b99400c5716558474fa051f1e1854 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 23 May 2016 10:02:04 +0000 Subject: [PATCH] Accepting request 397347 from home:oertel:branches:devel:languages:python - ignore make check errors on all bigendian archs (adding ppc s390 s390x) OBS-URL: https://build.opensuse.org/request/show/397347 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=51 --- python-Pillow.changes | 6 ++++++ python-Pillow.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-Pillow.changes b/python-Pillow.changes index c71e2f8..f549b4c 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 23 00:16:32 CEST 2016 - ro@suse.de + +- ignore make check errors on all bigendian archs + (adding ppc s390 s390x) + ------------------------------------------------------------------- Sun Mar 13 20:32:48 UTC 2016 - dmueller@suse.com diff --git a/python-Pillow.spec b/python-Pillow.spec index 1a3fdbb..24c954f 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -107,7 +107,7 @@ done echo "PIL" > %{buildroot}%{python_sitearch}/PIL.pth %check -%ifarch ppc64 +%ifarch ppc ppc64 s390 s390x PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed || \ echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204" PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py || \