[curl/f14/master] no valgrind on SPARC or ARMv5 arches

Peter Robinson pbrobinson at fedoraproject.org
Sat Apr 16 11:58:11 UTC 2011


commit cd3104ede1a92b8b9742715c6280b055f6ef831c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Apr 16 12:58:15 2011 +0100

    no valgrind on SPARC or ARMv5 arches

 curl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index c382e90..9cc348a 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.21.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -78,8 +78,8 @@ BuildRequires: openssh-server
 BuildRequires: pkgconfig
 BuildRequires: stunnel
 
-# valgrind is not available on s390(x)
-%ifnarch s390 s390x
+# valgrind is not available on s390(x), sparc or arm5
+%ifnarch s390 s390x %{sparc} %{arm}
 BuildRequires: valgrind
 %endif
 
@@ -266,6 +266,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sat Apr 16 2011 Peter Robinson <pbrobinson at gmail.com> 7.21.0-7
+- no valgrind on SPARC or ARMv5 arches
+
 * Fri Nov 26 2010 Kamil Dudka <kdudka at redhat.com> 7.21.0-6
 - do not send QUIT to a dead FTP control connection (#650255)
 - pull back glibc's implementation of str[n]casecmp(), #626470 appears fixed


More information about the scm-commits mailing list