[curl] valgrind on ppc64 works fine, disable ppc32 only

Karsten Hopp karsten at fedoraproject.org
Wed Apr 25 14:47:26 UTC 2012


commit 7302a82c4cc4a886bf89750b1b40b5778290348e
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Apr 25 16:47:12 2012 +0200

    valgrind on ppc64 works fine, disable ppc32 only

 curl.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index fb8bdf2..49a0638 100644
--- a/curl.spec
+++ b/curl.spec
@@ -52,7 +52,7 @@ BuildRequires: stunnel
 BuildRequires: zlib-devel
 
 # valgrind is not available on s390(x), sparc or arm5
-%ifnarch s390 s390x %{sparc} %{arm} ppc pp64
+%ifnarch s390 s390x %{sparc} %{arm} ppc
 BuildRequires: valgrind
 %endif
 
@@ -229,6 +229,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Wed Apr 25 2012 Karsten Hopp <karsten at redhat.com> 7.25.0-3
+- valgrind on ppc64 works fine, disable ppc32 only
+
+* Wed Apr 25 2012 Karsten Hopp <karsten at redhat.com> 7.25.0-3
 - drop BR valgrind on PPC(64) until bugzilla #810992 gets fixed
 
 * Fri Apr 13 2012 Kamil Dudka <kdudka at redhat.com> 7.25.0-2


More information about the scm-commits mailing list