rpms/util-linux-ng/devel mount.tmpfs, 1.2, 1.3 util-linux-ng.spec, 1.43, 1.44

Karel Zak kzak at fedoraproject.org
Fri Mar 20 09:14:18 UTC 2009


Author: kzak

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

Modified Files:
	mount.tmpfs util-linux-ng.spec 
Log Message:
* Fri Mar 20 2009 Karel Zak <kzak at redhat.com>  2.14.2-7
- fix some nits in mount.tmpfs



Index: mount.tmpfs
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/mount.tmpfs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mount.tmpfs	20 Mar 2009 08:16:17 -0000	1.2
+++ mount.tmpfs	20 Mar 2009 09:13:48 -0000	1.3
@@ -13,9 +13,8 @@
 if ! echo "$@" | grep -q -E '(fs|def|root)?context='; then
   con=$(ls --scontext -d "$2" | cut -f 1 -d ' ')
   if [ -n "$con" ] && [ "$con" != "?" ] && [ "$con" != "unlabeled" ]; then 
-      /bin/mount "$@" -o rootcontext=\"$con\" -i -t tmpfs
-      exit $?
+      exec /bin/mount "$@" -o "rootcontext=\"$con\"" -i -t tmpfs
   fi
 fi
 
-/bin/mount "$@" -i -t tmpfs
+exec /bin/mount "$@" -i -t tmpfs


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- util-linux-ng.spec	20 Mar 2009 08:16:20 -0000	1.43
+++ util-linux-ng.spec	20 Mar 2009 09:13:48 -0000	1.44
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.14.2
-Release: 6%{?dist}
+Release: 7%{?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
@@ -544,6 +544,9 @@
 /sbin/losetup
 
 %changelog
+* 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
 - fix #491175 - mount of tmpfs FSs fail at boot
 




More information about the fedora-extras-commits mailing list