rpms/grep/devel grep.spec,1.64,1.65

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 17:57:56 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/grep/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27772

Modified Files:
	grep.spec 
Log Message:
* Mon Jan 22 2007 Tim Waugh <twaugh at redhat.com> 2.5.1-57
- Make preun scriptlet unconditionally succeed (bug #223697).
- Resolves: rhbz#223697



Index: grep.spec
===================================================================
RCS file: /cvs/dist/rpms/grep/devel/grep.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- grep.spec	22 Nov 2006 19:36:17 -0000	1.64
+++ grep.spec	22 Jan 2007 17:57:53 -0000	1.65
@@ -1,7 +1,7 @@
 Summary: The GNU versions of grep pattern matching utilities.
 Name: grep
 Version: 2.5.1
-Release: 56%{?dist}
+Release: 57%{?dist}
 License: GPL
 Group: Applications/Text
 Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}a.tar.bz2
@@ -84,7 +84,7 @@
 
 %preun
 if [ $1 = 0 ]; then
-	[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz
+	[ -e %{_infodir}/grep.info.gz ] && /sbin/install-info --quiet --info-dir=%{_infodir} --delete %{_infodir}/grep.info.gz || :
 fi
 
 %files -f %{name}.lang
@@ -100,6 +100,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Mon Jan 22 2007 Tim Waugh <twaugh at redhat.com> 2.5.1-57
+- Make preun scriptlet unconditionally succeed (bug #223697).
+
 * Wed Nov 22 2006 Tim Waugh <twaugh at redhat.com> 2.5.1-56
 - Fixed count of patterns when the last is an empty string (bug #204255).
 




More information about the fedora-cvs-commits mailing list