diff --git a/wget.spec b/wget.spec index 9e9d8aa..8b86b5c 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols. Name: wget Version: 1.10.2 -Release: 11%{?dist} +Release: 12%{?dist} License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -58,11 +58,11 @@ rm -rf $RPM_BUILD_ROOT %find_lang %name %post -/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir +/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || : %preun 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 %clean @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Thu Jan 18 2007 Karsten Hopp 1.10.2-12 +- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä) + * Wed Jan 10 2007 Karsten Hopp 1.10.2-11 - add fix for CVE-2006-6719