rpms/coreutils/devel coreutils.spec,1.155,1.156

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 22 18:04:19 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/coreutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28248

Modified Files:
	coreutils.spec 
Log Message:
* Mon Jan 22 2007 Tim Waugh <twaugh at redhat.com> 6.7-3
- Make scriptlet unconditionally succeed (bug #223681).
- Resolves: rhbz#223681



Index: coreutils.spec
===================================================================
RCS file: /cvs/dist/rpms/coreutils/devel/coreutils.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- coreutils.spec	19 Jan 2007 15:43:20 -0000	1.155
+++ coreutils.spec	22 Jan 2007 18:04:17 -0000	1.156
@@ -1,7 +1,7 @@
 Summary: The GNU core utilities: a set of tools commonly used in shell scripts
 Name:    coreutils
 Version: 6.7
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group:   System Environment/Base
 Url:     http://www.gnu.org/software/coreutils/
@@ -202,7 +202,7 @@
 # and install-info'll faill badly because of doubles
 for file in sh-utils.info textutils.info fileutils.info; do
 	if [ -f /usr/share/info/$file.bz2 ]; then
-		/sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null
+		/sbin/install-info /usr/share/info/$file.bz2 --dir=/usr/share/info/dir --remove &> /dev/null || :
 	fi
 done
 
@@ -269,6 +269,9 @@
 /sbin/runuser
 
 %changelog
+* Mon Jan 22 2007 Tim Waugh <twaugh at redhat.com> 6.7-3
+- Make scriptlet unconditionally succeed (bug #223681).
+
 * Fri Jan 19 2007 Tim Waugh <twaugh at redhat.com> 6.7-2
 - Build does not require libtermcap-devel.
 




More information about the fedora-cvs-commits mailing list