rpms/curl/devel curl.spec,1.131,1.132

Kamil Dudka kdudka at fedoraproject.org
Tue Dec 8 09:41:11 UTC 2009


Author: kdudka

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

Modified Files:
	curl.spec 
Log Message:
- make it possible to run test241
- re-enable SCP/SFTP tests (#539444)


Index: curl.spec
===================================================================
RCS file: /cvs/extras/rpms/curl/devel/curl.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -p -r1.131 -r1.132
--- curl.spec	5 Dec 2009 19:48:31 -0000	1.131
+++ curl.spec	8 Dec 2009 09:41:10 -0000	1.132
@@ -1,7 +1,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
 Name: curl
 Version: 7.19.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MIT
 Group: Applications/Internet
 Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma
@@ -26,12 +26,8 @@ BuildRequires: libidn-devel
 BuildRequires: libssh2-devel >= 1.2
 BuildRequires: nss-devel
 BuildRequires: openldap-devel
-
-# SCP/SFTP test suite temporarily disabled (#539444)
-
-#BuildRequires: openssh-clients
-#BuildRequires: openssh-server
-
+BuildRequires: openssh-clients
+BuildRequires: openssh-server
 BuildRequires: pkgconfig
 BuildRequires: stunnel
 
@@ -185,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/aclocal/libcurl.m4
 
 %changelog
+* Tue Dec 08 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-6
+- make it possible to run test241
+- re-enable SCP/SFTP tests (#539444)
+
 * Sat Dec 05 2009 Kamil Dudka <kdudka at redhat.com> 7.19.7-5
 - avoid use of uninitialized value in lib/nss.c
 - suppress failure of test513 on s390




More information about the fedora-extras-commits mailing list