rpms/curl/devel curl.spec,1.126,1.127

Kamil Dudka kdudka at fedoraproject.org
Tue Dec 1 12:26:27 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/curl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv975

Modified Files:
	curl.spec 
Log Message:
- do not require valgrind on s390 and s390x
- temporarily disabled SCP/SFTP test-suite (#539444)


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -p -r1.126 -r1.127
--- curl.spec	12 Nov 2009 12:04:26 -0000	1.126
+++ curl.spec	1 Dec 2009 12:26:26 -0000	1.127
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.7
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -23,11 +23,21 @@ BuildRequires: libidn-devel
 BuildRequires: libssh2-devel >= 1.2
 BuildRequires: nss-devel
 BuildRequires: openldap-devel
-BuildRequires: openssh-clients
-BuildRequires: openssh-server
+
+# SCP/SFTP test suite temporarily disabled (#539444)
+
+#BuildRequires: openssh-clients
+#BuildRequires: openssh-server
+
 BuildRequires: pkgconfig
 BuildRequires: stunnel
+
+# valgrind is not available on some architectures, however it's going to be
+# used only by the test-suite anyway
+%ifnarch s390 s390x
 BuildRequires: valgrind
+%endif
+
 BuildRequires: zlib-devel
 Requires: libcurl = %{version}-%{release}
 
@@ -162,6 +172,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Tue Dec 01 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-4
+- do not require valgrind on s390 and s390x
+- temporarily disabled SCP/SFTP test-suite (#539444)
+
 * Thu Nov 12 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-3
 - fix crash on doubly closed NSPR descriptor, patch contributed
   by Kevin Baughman (#534176)




More information about the fedora-extras-commits mailing list