require valgrind only on i386 and x86_64 (#886891)

This commit is contained in:
Kamil Dudka 2013-01-15 15:01:06 +01:00
parent 3d7539f03f
commit 32b2d061e9

View File

@ -1,7 +1,7 @@
Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
Name: curl Name: curl
Version: 7.28.1 Version: 7.28.1
Release: 2%{?dist} Release: 3%{?dist}
License: MIT License: MIT
Group: Applications/Internet Group: Applications/Internet
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@ -51,8 +51,8 @@ BuildRequires: pkgconfig
BuildRequires: stunnel BuildRequires: stunnel
BuildRequires: zlib-devel BuildRequires: zlib-devel
# valgrind is not available on s390(x), sparc or arm5 # require valgrind to boost test coverage on i386 and x86_64
%ifnarch s390 s390x %{sparc} %{arm} ppc %ifarch %{ix86} x86_64
BuildRequires: valgrind BuildRequires: valgrind
%endif %endif
@ -236,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4 %{_datadir}/aclocal/libcurl.m4
%changelog %changelog
* Tue Jan 15 2013 Kamil Dudka <kdudka@redhat.com> 7.28.1-3
- require valgrind for build only on i386 and x86_64 (#886891)
* Tue Jan 15 2013 Kamil Dudka <kdudka@redhat.com> 7.28.1-2 * Tue Jan 15 2013 Kamil Dudka <kdudka@redhat.com> 7.28.1-2
- prevent NSS from crashing on client auth hook failure - prevent NSS from crashing on client auth hook failure
- clear session cache if a client cert from file is used - clear session cache if a client cert from file is used