[python] disable test_gdb on ppc64* until rhbz#1132488 is really resolved

Karsten Hopp karsten at fedoraproject.org
Fri Feb 6 14:34:32 UTC 2015


commit 80188df0a818b54761bdc712f8466920c903da1c
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Feb 6 15:34:10 2015 +0100

    disable test_gdb on ppc64* until rhbz#1132488 is really resolved

 python.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python.spec b/python.spec
index 8edd478..a49761f 100644
--- a/python.spec
+++ b/python.spec
@@ -108,7 +108,7 @@ Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 # Remember to also rebase python-docs when changing this:
 Version: 2.7.9
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: Python
 Group: Development/Languages
 Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@@ -1714,7 +1714,7 @@ CheckPython() {
 
   EXTRATESTOPTS="--verbose"
 
-%ifarch s390 s390x
+%ifarch s390 s390x %{power64}
     EXTRATESTOPTS="$EXTRATESTOPTS -x test_gdb"
 %endif
 
@@ -2128,6 +2128,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Fri Feb 06 2015 Karsten Hopp <karsten at redhat.com> 2.7.9-5
+- disable test_gdb on ppc64* until rhbz#1132488 is really resolved
+
 * Tue Jan 20 2015 Slavek Kabrda <bkabrda at redhat.com> - 2.7.9-4
 - We need to provide both arch specific and noarch Provide for python2-devel
 in order not to break noarch builds.


More information about the scm-commits mailing list