[python3] aarch64 has valgrind, just list those that don't support it with a ifnarch

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 8 15:27:38 UTC 2014


commit 9012997174030631046c5489f87c2341f07a1758
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jun 8 16:27:22 2014 +0100

    aarch64 has valgrind, just list those that don't support it with a ifnarch

 python3.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 867c42d..2596e4f 100644
--- a/python3.spec
+++ b/python3.spec
@@ -71,7 +71,7 @@
 %global with_systemtap 1
 
 # some arches don't have valgrind so we need to disable its support on them
-%ifarch %{ix86} x86_64 ppc ppc64 ppc64p7 s390x %{arm}
+%ifnarch s390 ppc64le
 %global with_valgrind 1
 %else
 %global with_valgrind 0
@@ -140,7 +140,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -1853,6 +1853,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Sun Jun  8 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.4.1-12
+- aarch64 has valgrind, just list those that don't support it
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list