- don't abort (un)install scriptlets when _excludedocs is set (Ville

Skytta)
This commit is contained in:
Karsten Hopp 2007-01-18 14:46:56 +00:00
parent c96efe4ee8
commit f5d482102d

View File

@ -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.10.2 Version: 1.10.2
Release: 11%{?dist} Release: 12%{?dist}
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
Url: http://wget.sunsite.dk/ Url: http://wget.sunsite.dk/
@ -58,11 +58,11 @@ rm -rf $RPM_BUILD_ROOT
%find_lang %name %find_lang %name
%post %post
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
%preun %preun
if [ "$1" = 0 ]; then if [ "$1" = 0 ]; then
/sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir || :
fi fi
%clean %clean
@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-12
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
* Wed Jan 10 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-11 * Wed Jan 10 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-11
- add fix for CVE-2006-6719 - add fix for CVE-2006-6719