From 3ca2ab63e24052d61056f7728aacd1cf97b60ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 25 Nov 2011 22:25:35 +0100 Subject: [PATCH] disable tests also for s390(x) --- python-greenlet.spec | 7 +++++-- 1 file 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 - 0.3.1-8 +- disable tests also for s390(x) + * Thu Nov 17 2011 Pádraig Brady - 0.3.1-7 - Fix %%check quoting in the previous comment which when left with a single percent sign, pulled in "unset DISPLAY\n"