[python-greenlet] disable tests also for s390(x)

Dan Horák sharkcz at fedoraproject.org
Fri Nov 25 21:25:39 UTC 2011


commit 3ca2ab63e24052d61056f7728aacd1cf97b60ddf
Author: Dan Horák <dan at danny.cz>
Date:   Fri Nov 25 22:25:35 2011 +0100

    disable tests also for s390(x)

 python-greenlet.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-greenlet.spec b/python-greenlet.spec
index 0893a78..fc3c0d3 100644
--- a/python-greenlet.spec
+++ b/python-greenlet.spec
@@ -4,7 +4,7 @@
 
 Name:           python-greenlet
 Version:        0.3.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Lightweight in-process concurrent programming
 Group:          Development/Libraries
 License:        MIT
@@ -56,7 +56,7 @@ rm -rf %{buildroot}
 # FIXME!!
 # The checks segfault on ppc64. So this arch
 # is essentially not supported until this is fixed
-%ifnarch ppc ppc64
+%ifnarch ppc ppc64 s390 s390x
 %check
 # Run the upstream test suite:
 %{__python} setup.py test
@@ -77,6 +77,9 @@ PYTHONPATH=$(pwd) %{__python} benchmarks/switch.py
 %{_includedir}/python*/greenlet
 
 %changelog
+* Fri Nov 25 2011 Dan Horák <dan[at]danny.cz> - 0.3.1-8
+- disable tests also for s390(x)
+
 * Thu Nov 17 2011 Pádraig Brady <P at draigBrady.com> - 0.3.1-7
 - Fix %%check quoting in the previous comment which when
   left with a single percent sign, pulled in "unset DISPLAY\n"


More information about the scm-commits mailing list