[python-pillow/f19] disable tests on bigendian (PPC*, S390*) until rhbz#928927 is fixed

Karsten Hopp karsten at fedoraproject.org
Tue Apr 2 15:36:03 UTC 2013


commit f4b8b780d433eeaa622640a6a07ee461f149ab73
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Apr 2 17:35:55 2013 +0200

    disable tests on bigendian (PPC*, S390*) until rhbz#928927 is fixed

 python-pillow.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-pillow.spec b/python-pillow.spec
index 0d14b18..91c4321 100644
--- a/python-pillow.spec
+++ b/python-pillow.spec
@@ -17,7 +17,7 @@
 
 Name:           python-pillow
 Version:        2.0.0
-Release:        3%{?snap}%{?dist}
+Release:        3.1%{?snap}%{?dist}
 Summary:        Python 2 image processing library
 
 # License: see http://www.pythonware.com/products/pil/license.htm
@@ -240,6 +240,7 @@ rm -rf $RPM_BUILD_ROOT%{_bindir}
 
 
 %check
+%ifnarch ppc %{power64} s390 s390x
 # Check Python 2 modules
 ln -s $PWD/Images $RPM_BUILD_ROOT%{python_sitearch}/Images
 ln -s $PWD/Tests $RPM_BUILD_ROOT%{python_sitearch}/Tests
@@ -267,6 +268,7 @@ rm $RPM_BUILD_ROOT%{python3_sitearch}/Tests
 rm $RPM_BUILD_ROOT%{python3_sitearch}/selftest.py*
 popd
 %endif
+%endif
 
 
 %files
@@ -318,6 +320,9 @@ popd
 %endif
 
 %changelog
+* Tue Apr 02 2013 Karsten Hopp <karsten at redhat.com> 2.0.0-3.1
+- disable tests on bigendian (PPC*, S390*) until rhbz#928927 is fixed
+
 * Fri Mar 22 2013 Sandro Mani <manisandro at gmail.com> - 2.0.0-3.gitde210a2
 - python-pillow_tempfile.patch now upstream
 - Add python3-imaging provides (bug #924867)


More information about the scm-commits mailing list