From 31a6ae971bfe56125a24190f71b3f6e24fa16add Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 05 2015 11:32:59 +0000 Subject: Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches --- diff --git a/python.spec b/python.spec index d364e80..13b8d3d 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: 10%{?dist} +Release: 11%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1715,7 +1715,7 @@ CheckPython() { EXTRATESTOPTS="--verbose" -%ifarch s390 s390x %{power64} %{arm} +%ifarch s390 s390x %{power64} %{arm} aarch64 EXTRATESTOPTS="$EXTRATESTOPTS -x test_gdb" %endif @@ -2133,6 +2133,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Tue May 5 2015 Peter Robinson 2.7.9-11 +- Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches + * Wed Apr 15 2015 Robert Kuska - 2.7.9-10 - Remove provides/obsolates for unittest2 - Skip test_gdb on arm until rhbz#1196181 is resolved