[curl/f13] Added ARM to conditional for Valgrind. No Valgrind on ARM

Paul Whalen pwhalen at fedoraproject.org
Wed May 25 20:33:31 UTC 2011


commit 33cf73fb2bb95d0512b32c1eb65bdf11565c802d
Author: Paul Whalen <paul.whalen at senecac.on.ca>
Date:   Wed May 25 16:31:01 2011 -0400

    Added ARM to conditional for Valgrind. No Valgrind on ARM

 curl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 93fe82c..85d4a4e 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.20.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -106,7 +106,7 @@ BuildRequires: pkgconfig
 BuildRequires: stunnel
 
 # valgrind is not available on s390(x)
-%ifnarch s390 s390x
+%ifnarch s390 s390x %{arm}
 BuildRequires: valgrind
 %endif
 
@@ -289,6 +289,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Wed May 25 2011 paul <paul.whalen at senecac.on.ca> - 7.20.1-6
+- Added ARM to conditional for Valgrind. No Valgrind on ARM
+
 * Fri Nov 26 2010 Kamil Dudka <kdudka at redhat.com> 7.20.1-5
 - do not send QUIT to a dead FTP control connection (#650255)
 - prevent FTP client from hanging on unrecognized ABOR response (#649347)


More information about the scm-commits mailing list