[curl] no valgrind on sparc arches

Dennis Gilmore ausil at fedoraproject.org
Sat Mar 5 06:38:08 UTC 2011


commit 0fa65fb12539ee4cafbf060cb99804cc6c4a20cb
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Mar 5 00:37:38 2011 -0600

    no valgrind on sparc arches

 curl.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 7f53fa3..d6a6322 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.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -47,8 +47,8 @@ BuildRequires: pkgconfig
 BuildRequires: stunnel
 BuildRequires: zlib-devel
 
-# valgrind is not available on s390(x)
-%ifnarch s390 s390x
+# valgrind is not available on s390(x) or sparc
+%ifnarch s390 s390x %{sparc}
 BuildRequires: valgrind
 %endif
 
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Sat Mar 05 2011 Dennis Gilmore <dennis at ausil.us> 7.21.4-3
+- no valgrind on sparc arches
+
 * Tue Feb 22 2011 Kamil Dudka <kdudka at redhat.com> 7.21.4-2
 - do not ignore failure of SSL handshake (upstream commit 7aa2d10)
 


More information about the scm-commits mailing list