packages: util-linux-ng/util-linux-ng-union-mount.patch, util-linux-ng/util...

arekm arekm at pld-linux.org
Fri Jan 8 11:13:24 CET 2010


Author: arekm                        Date: Fri Jan  8 10:13:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 2.17

---- Files affected:
packages/util-linux-ng:
   util-linux-ng-union-mount.patch (1.1 -> 1.2) , util-linux-ng.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: packages/util-linux-ng/util-linux-ng-union-mount.patch
diff -u packages/util-linux-ng/util-linux-ng-union-mount.patch:1.1 packages/util-linux-ng/util-linux-ng-union-mount.patch:1.2
--- packages/util-linux-ng/util-linux-ng-union-mount.patch:1.1	Tue May 19 16:16:47 2009
+++ packages/util-linux-ng/util-linux-ng-union-mount.patch	Fri Jan  8 11:13:18 2010
@@ -31,10 +31,10 @@
    { "bind",	0, 0, MS_BIND   },	/* Remount part of tree elsewhere */
    { "rbind",	0, 0, MS_BIND|MS_REC }, /* Idem, plus mounted subtrees */
 @@ -1638,6 +1639,7 @@ static struct option longopts[] = {
- 	{ "make-rslave", 0, 0, 141 },
  	{ "make-rprivate", 0, 0, 142 },
  	{ "make-runbindable", 0, 0, 143 },
-+	{ "union", 0, 0, 144 },
+ 	{ "no-canonicalize", 0, 0, 144 },
++	{ "union", 0, 0, 145 },
  	{ "internal-only", 0, 0, 'i' },
  	{ NULL, 0, 0, 0 }
  };
@@ -42,7 +42,7 @@
  		case 143:
  			mounttype = (MS_UNBINDABLE | MS_REC);
  			break;
-+		case 144: /* union */
++		case 145: /* union */
 +			mounttype = MS_UNION;
 +			break;
  

================================================================
Index: packages/util-linux-ng/util-linux-ng.spec
diff -u packages/util-linux-ng/util-linux-ng.spec:1.56 packages/util-linux-ng/util-linux-ng.spec:1.57
--- packages/util-linux-ng/util-linux-ng.spec:1.56	Tue Dec  1 16:50:01 2009
+++ packages/util-linux-ng/util-linux-ng.spec	Fri Jan  8 11:13:18 2010
@@ -16,12 +16,12 @@
 Summary(tr.UTF-8):	Temel sistem araçları
 Summary(uk.UTF-8):	Набір базових системних утиліт для Linux
 Name:		util-linux-ng
-Version:	2.16.2
+Version:	2.17
 Release:	1
 License:	GPL
 Group:		Applications/System
-Source0:	ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/%{name}-%{version}.tar.bz2
-# Source0-md5:	edd1f7a82fd388cc0e1e3d2d1e7ea55a
+Source0:	ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/%{name}-%{version}.tar.bz2
+# Source0-md5:	11cc8a0138019e7060dd275d47dbc096
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/util-linux-non-english-man-pages.tar.bz2
 # Source1-md5:	3c940c7e7fe699eaa2ddb1bffb3de2fe
 Source2:	login.pamd
@@ -736,6 +736,7 @@
 %attr(755,root,root) /sbin/mkswap
 %attr(755,root,root) /sbin/partx
 %attr(755,root,root) /sbin/switch_root
+%attr(755,root,root) /sbin/wipefs
 %attr(755,root,root) %{_bindir}/cal
 %attr(755,root,root) %{_bindir}/chrt
 %attr(755,root,root) %{_bindir}/col
@@ -744,6 +745,7 @@
 %attr(755,root,root) %{_bindir}/column
 %attr(755,root,root) %{_bindir}/ddate
 %attr(755,root,root) %{_bindir}/flock
+%attr(755,root,root) %{_bindir}/fallocate
 %attr(755,root,root) %{_bindir}/getopt
 %attr(755,root,root) %{_bindir}/hexdump
 %attr(755,root,root) %{_bindir}/ionice
@@ -798,6 +800,7 @@
 %attr(755,root,root) %{_bindir}/tailf
 %attr(755,root,root) %{_bindir}/taskset
 %attr(755,root,root) %{_bindir}/ul
+%attr(755,root,root) %{_bindir}/unshare
 %attr(755,root,root) %{_bindir}/whereis
 %attr(2755,root,tty) %{_bindir}/write
 %attr(755,root,root) %{_sbindir}/fdformat
@@ -813,6 +816,7 @@
 %{_mandir}/man1/column.1*
 %{_mandir}/man1/ddate.1*
 %{_mandir}/man1/dmesg.1*
+%{_mandir}/man1/fallocate.1*
 %{_mandir}/man1/flock.1*
 %{_mandir}/man1/getopt.1*
 %{_mandir}/man1/hexdump.1*
@@ -840,6 +844,7 @@
 %{_mandir}/man1/tailf.1*
 %{_mandir}/man1/taskset.1*
 %{_mandir}/man1/ul.1*
+%{_mandir}/man1/unshare.1*
 %{_mandir}/man1/whereis.1*
 %{_mandir}/man1/write.1*
 
@@ -855,6 +860,7 @@
 %{_mandir}/man8/rtcwake.8*
 %{_mandir}/man8/setarch.8*
 %{_mandir}/man8/switch_root.8*
+%{_mandir}/man8/wipefs.8*
 
 %lang(de) %{_mandir}/de/man1/kill.1*
 %lang(de) %{_mandir}/de/man1/more.1*
@@ -1333,6 +1339,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2010/01/08 10:13:18  arekm
+- up to 2.17
+
 Revision 1.56  2009/12/01 15:50:01  sparky
 - BR: pkgconfig
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux-ng/util-linux-ng-union-mount.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-linux-ng/util-linux-ng.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list