[python] sync the architectures where valgrind is available with the valgrind package

Dan Horák sharkcz at fedoraproject.org
Tue Jan 4 15:43:13 UTC 2011


commit 38234095e16b67c1fcace7380493514933759e88
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jan 4 15:46:43 2011 +0100

    sync the architectures where valgrind is available with the valgrind package

 python.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python.spec b/python.spec
index dfafa41..3372f4e 100644
--- a/python.spec
+++ b/python.spec
@@ -43,10 +43,10 @@
 %global with_systemtap 1
 
 # some arches dont have valgrind so we need to disable its support on them
-%ifarch %{sparc} s390 s390x
-%global with_valgrind 0
-%else
+%ifarch %{ix86} x86_64 ppc ppc64 s390x
 %global with_valgrind 1
+%else
+%global with_valgrind 0
 %endif
 
 # Some of the files below /usr/lib/pythonMAJOR.MINOR/test  (e.g. bad_coding.py)


More information about the scm-commits mailing list