summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-04 20:35:50 +0100
committerOrion Poplawski <orion@cora.nwra.com>2016-01-25 19:04:36 -0700
commite7d9146ec798402ab877da34366c202b99a7465a (patch)
tree7eda798d71cb733273ab9bd12b720991d6def6ee
parentfe9d41ae63e86a04769cf543df9e02cc158919f7 (diff)
downloadpython34-e7d9146ec798402ab877da34366c202b99a7465a.tar.gz
python34-e7d9146ec798402ab877da34366c202b99a7465a.tar.xz
python34-e7d9146ec798402ab877da34366c202b99a7465a.zip
Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches
Conflicts: python34.spec
-rw-r--r--python34.spec7
1 files changed, 5 insertions, 2 deletions
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 <orion@cora.nwra.com> - 3.4.3-4
+- Disable test_gdb on aarch64 (rhbz#1196181), it joins all other non x86 arches
+
* Mon Jan 25 2016 Orion Poplawski <orion@cora.nwra.com> - 3.4.3-3
- Require python/python3-rpm-macros for python/python3 macros