fix curl-devel obsoletes so that we don't break F8->F9 upgrade path
(#429612)
This commit is contained in:
parent
2df1c7e7d0
commit
de7fe678d0
@ -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.17.1
|
Version: 7.17.1
|
||||||
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.bz2
|
Source: http://curl.haxx.se/download/%{name}-%{version}.tar.bz2
|
||||||
@ -37,7 +37,7 @@ Group: Development/Libraries
|
|||||||
Requires: libcurl = %{version}-%{release}
|
Requires: libcurl = %{version}-%{release}
|
||||||
Requires: libidn-devel, pkgconfig, automake
|
Requires: libidn-devel, pkgconfig, automake
|
||||||
Provides: curl-devel = %{version}-%{release}
|
Provides: curl-devel = %{version}-%{release}
|
||||||
Obsoletes: curl-devel < 7.16.4-9
|
Obsoletes: curl-devel < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libcurl-devel
|
%description -n libcurl-devel
|
||||||
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and
|
||||||
@ -108,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/libcurl.m4
|
%{_datadir}/aclocal/libcurl.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 22 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-6
|
||||||
|
- fix curl-devel obsoletes so that we don't break F8->F9 upgrade
|
||||||
|
path (#429612)
|
||||||
|
|
||||||
* Tue Jan 8 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-5
|
* Tue Jan 8 2008 Jindrich Novy <jnovy@redhat.com> 7.17.1-5
|
||||||
- do not attempt to close a bad socket (#427966),
|
- do not attempt to close a bad socket (#427966),
|
||||||
thanks to Caolan McNamara
|
thanks to Caolan McNamara
|
||||||
|
Loading…
Reference in New Issue
Block a user