From e7d9146ec798402ab877da34366c202b99a7465a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 4 May 2015 20:35:50 +0100 Subject: Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches Conflicts: python34.spec --- python34.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'python34.spec') diff --git a/python34.spec b/python34.spec index cd0593a..089a29c 100644 --- a/python34.spec +++ b/python34.spec @@ -148,7 +148,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python%{pyshortver} Version: %{pybasever}.3 -Release: 3%{?dist} +Release: 4%{?dist} License: Python Group: Development/Languages @@ -1532,7 +1532,7 @@ CheckPython() { %ifarch ppc64le aarch64 -x test_faulthandler \ %endif - %ifarch %{power64} s390 s390x + %ifarch %{power64} s390 s390x armv7hl aarch64 -x test_gdb %endif @@ -1977,6 +1977,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Mon Jan 25 2016 Orion Poplawski - 3.4.3-4 +- Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches + * Mon Jan 25 2016 Orion Poplawski - 3.4.3-3 - Require python/python3-rpm-macros for python/python3 macros -- cgit