- don't provide /usr/share/info/dir
This commit is contained in:
parent
98cde1fc0e
commit
662e59a930
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.12
|
Version: 1.12
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://wget.sunsite.dk/
|
Url: http://wget.sunsite.dk/
|
||||||
@ -39,6 +39,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
|
make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -62,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 18 2009 Karsten Hopp <karsten@redhat.com> 1.12-2
|
||||||
|
- don't provide /usr/share/info/dir
|
||||||
|
|
||||||
* Tue Nov 17 2009 Karsten Hopp <karsten@redhat.com> 1.12-1
|
* Tue Nov 17 2009 Karsten Hopp <karsten@redhat.com> 1.12-1
|
||||||
- update to wget-1.12
|
- update to wget-1.12
|
||||||
- fixes CVE-2009-3490 wget: incorrect verification of SSL certificate
|
- fixes CVE-2009-3490 wget: incorrect verification of SSL certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user