rpms/util-linux-ng/devel util-linux-ng.spec,1.44,1.45

Karel Zak kzak at fedoraproject.org
Thu Apr 2 20:25:56 UTC 2009


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23644

Modified Files:
	util-linux-ng.spec 
Log Message:
* Thu Apr  2 2009 Karel Zak <kzak at redhat.com> 2.14.2-8
- fix #490769 - %post scriptlet failed (thanks to Dan Horak)
 
* Fri Mar 20 2009 Karel Zak <kzak at redhat.com> 2.14.2-7
- fix some nits in mount.tmpfs



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- util-linux-ng.spec	20 Mar 2009 09:13:48 -0000	1.44
+++ util-linux-ng.spec	2 Apr 2009 20:25:26 -0000	1.45
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.14.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -331,7 +331,7 @@
 [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT}
 
 %post
-/sbin/install-info %{_infodir}/ipc.info %{_infodir}/dir
+/sbin/install-info %{_infodir}/ipc.info %{_infodir}/dir || :
 # only for minimal buildroots without /var/log
 [ -d /var/log ] || /bin/mkdir -p /var/log
 /bin/touch /var/log/lastlog
@@ -345,13 +345,13 @@
 		# without selinux stuff on host machine with enabled selinux.
 		# We don't want to use any RPM dependence on selinux policy for
 		# matchpathcon(2). SELinux policy should be optional.
-		/usr/bin/chcon "$SECXT"  /var/log/lastlog >/dev/null 2>&1
+		/usr/bin/chcon "$SECXT"  /var/log/lastlog >/dev/null 2>&1 || :
 	fi
 fi
 
 %preun
 if [ "$1" = 0 ]; then
-	/sbin/install-info --del %{_infodir}/ipc.info %{_infodir}/dir
+	/sbin/install-info --del %{_infodir}/ipc.info %{_infodir}/dir || :
 fi
 exit 0
 
@@ -544,13 +544,16 @@
 /sbin/losetup
 
 %changelog
-* Fri Mar 20 2009 Karel Zak <kzak at redhat.com>  2.14.2-7
+* Thu Apr  2 2009 Karel Zak <kzak at redhat.com> 2.14.2-8
+- fix #490769 - %post scriptlet failed (thanks to Dan Horak)
+ 
+* Fri Mar 20 2009 Karel Zak <kzak at redhat.com> 2.14.2-7
 - fix some nits in mount.tmpfs
 
-* Fri Mar 20 2009 Karel Zak <kzak at redhat.com>  2.14.2-6
+* Fri Mar 20 2009 Karel Zak <kzak at redhat.com> 2.14.2-6
 - fix #491175 - mount of tmpfs FSs fail at boot
 
-* Thu Mar 19 2009 Karel Zak <kzak at redhat.com>  2.14.2-5
+* Thu Mar 19 2009 Karel Zak <kzak at redhat.com> 2.14.2-5
 - fix #489672 - flock segfaults when file name is not given (upstream)
 - fix #476964 - Mount /var/tmp with tmpfs creates denials
 - fix #487227 - fdisk 4KiB hw sectors support (upstream)




More information about the fedora-extras-commits mailing list