[curl] drop BR valgrind on PPC(64) until bugzilla #810992 gets fixed

Karsten Hopp karsten at fedoraproject.org
Wed Apr 25 14:06:53 UTC 2012


commit 9c3e5dbef8a9de822e363782601fe23915863b96
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Apr 25 16:06:36 2012 +0200

    drop BR valgrind on PPC(64) until bugzilla #810992 gets fixed

 curl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 056bee4..fb8bdf2 100644
--- a/curl.spec
+++ b/curl.spec
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.25.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -52,7 +52,7 @@ BuildRequires: stunnel
 BuildRequires: zlib-devel
 
 # valgrind is not available on s390(x), sparc or arm5
-%ifnarch s390 s390x %{sparc} %{arm}
+%ifnarch s390 s390x %{sparc} %{arm} ppc pp64
 BuildRequires: valgrind
 %endif
 
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* 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
 - use NSS_InitContext() to initialize NSS if available (#738456)
 - provide human-readable names for NSS errors (upstream commit a60edcc6)


More information about the scm-commits mailing list