- make it possible to run test241

- re-enable SCP/SFTP tests (#539444)
This commit is contained in:
Kamil Dudka 2009-12-08 09:41:10 +00:00
parent caf63a251a
commit b30d89a3cc

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.19.7 Version: 7.19.7
Release: 5%{?dist} Release: 6%{?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
@ -26,12 +26,8 @@ BuildRequires: libidn-devel
BuildRequires: libssh2-devel >= 1.2 BuildRequires: libssh2-devel >= 1.2
BuildRequires: nss-devel BuildRequires: nss-devel
BuildRequires: openldap-devel BuildRequires: openldap-devel
BuildRequires: openssh-clients
# SCP/SFTP test suite temporarily disabled (#539444) BuildRequires: openssh-server
#BuildRequires: openssh-clients
#BuildRequires: openssh-server
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: stunnel BuildRequires: stunnel
@ -185,6 +181,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/libcurl.m4 %{_datadir}/aclocal/libcurl.m4
%changelog %changelog
* Tue Dec 08 2009 Kamil Dudka <kdudka@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@redhat.com> 7.19.7-5 * Sat Dec 05 2009 Kamil Dudka <kdudka@redhat.com> 7.19.7-5
- avoid use of uninitialized value in lib/nss.c - avoid use of uninitialized value in lib/nss.c
- suppress failure of test513 on s390 - suppress failure of test513 on s390