rpms/util-linux-ng/F-8 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 util-linux-ng.spec, 1.15, 1.16 util-linux-ng-2.13-hwclock-ENODEV.patch, 1.1, NONE util-linux-ng-2.13-mkswap-selinux.patch, 1.1, NONE util-linux-ng-2.13-mount-canonicalize.patch, 1.1, NONE util-linux-ng-2.13-script-SIGWINCH.patch, 1.1, NONE util-linux-ng-2.13-setarch-alpha.patch, 1.1, NONE

Karel Zak (kzak) fedora-extras-commits at redhat.com
Wed Jan 16 13:39:54 UTC 2008


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10898

Modified Files:
	.cvsignore sources util-linux-ng.spec 
Removed Files:
	util-linux-ng-2.13-hwclock-ENODEV.patch 
	util-linux-ng-2.13-mkswap-selinux.patch 
	util-linux-ng-2.13-mount-canonicalize.patch 
	util-linux-ng-2.13-script-SIGWINCH.patch 
	util-linux-ng-2.13-setarch-alpha.patch 
Log Message:
* Wed Jan 16 2008 Karel Zak <kzak at redhat.com> 2.13.1-1
- upgrade to stable util-linux-ng 2.13.1
- fix #427874 - util-linux-ng gets "excess command line argument" on update



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	4 Oct 2007 14:23:14 -0000	1.6
+++ .cvsignore	16 Jan 2008 13:39:20 -0000	1.7
@@ -1,2 +1,2 @@
 floppy-0.16.tar.bz2
-util-linux-ng-2.13-20071004git.tar.bz2
+util-linux-ng-2.13.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	4 Oct 2007 14:23:14 -0000	1.6
+++ sources	16 Jan 2008 13:39:20 -0000	1.7
@@ -1,2 +1,2 @@
 7eeb9a6f7a258174bf0fa80f1370788d  floppy-0.16.tar.bz2
-1fefa573d23d2e365592d00d1f9bd3a6  util-linux-ng-2.13-20071004git.tar.bz2
+424badc1832e4b5291a2ec04e9e244f4  util-linux-ng-2.13.1.tar.bz2


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/F-8/util-linux-ng.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- util-linux-ng.spec	3 Jan 2008 21:59:09 -0000	1.15
+++ util-linux-ng.spec	16 Jan 2008 13:39:20 -0000	1.16
@@ -1,8 +1,8 @@
 ### Header
 Summary: A collection of basic system utilities
 Name: util-linux-ng
-Version: 2.13
-Release: 3.2%{?dist}
+Version: 2.13.1
+Release: 1%{?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
@@ -36,8 +36,7 @@
 BuildRequires: popt-devel
 
 ### Sources
-#Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-2.13.tar.bz2
-Source0: util-linux-ng-2.13-20071004git.tar.bz2
+Source0: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/util-linux-ng-2.13.1.tar.bz2
 Source1: util-linux-ng-login.pamd
 Source2: util-linux-ng-remote.pamd
 Source3: util-linux-ng-chsh-chfn.pamd
@@ -106,20 +105,6 @@
 # remove partitions
 Patch12: util-linux-ng-2.13-blockdev-rmpart.patch
 
-# mount -L | -U segfault  (upstream patch)
-Patch13: util-linux-ng-2.13-mount-LU.patch
-# script die on SIGWINCH (upstream patch)
-Patch14: util-linux-ng-2.13-script-SIGWINCH.patch
-# hwclock: check for ENODEV (upstream patch)
-Patch15: util-linux-ng-2.13-hwclock-ENODEV.patch
-# mkswap: possible to crash with SELinux relabeling support (upstream patch)
-Patch16: util-linux-ng-2.13-mkswap-selinux.patch
-# mount: don't call canonicalize(SPEC) for cifs, smbfs and nfs (upstream patch)
-Patch17: util-linux-ng-2.13-mount-canonicalize.patch
-# setarch: add missing alpha subarchs (upstream patch)
-Patch18: util-linux-ng-2.13-setarch-alpha.patch
-
-
 %description
 The util-linux-ng package contains a large variety of low-level system
 utilities that are necessary for a Linux system to function. Among
@@ -143,12 +128,6 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
-%patch13 -p1
-%patch14 -p1
-%patch15 -p1
-%patch16 -p1
-%patch17 -p1
-%patch18 -p1
 
 %build
 unset LINGUAS || :
@@ -333,7 +312,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
@@ -353,7 +332,7 @@
 
 %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
 
@@ -545,6 +524,10 @@
 /sbin/losetup
 
 %changelog
+* Wed Jan 16 2008 Karel Zak <kzak at redhat.com> 2.13.1-1
+- upgrade to stable util-linux-ng 2.13.1
+- fix #427874 - util-linux-ng gets "excess command line argument" on update
+
 * Thu Jan  3 2008 Karel Zak <kzak at redhat.com> 2.13-3.2
 - fix #427207 - util-linux-ng-2.13-3.1.fc8.src.rpm not rebuilded
 


--- util-linux-ng-2.13-hwclock-ENODEV.patch DELETED ---


--- util-linux-ng-2.13-mkswap-selinux.patch DELETED ---


--- util-linux-ng-2.13-mount-canonicalize.patch DELETED ---


--- util-linux-ng-2.13-script-SIGWINCH.patch DELETED ---


--- util-linux-ng-2.13-setarch-alpha.patch DELETED ---




More information about the fedora-extras-commits mailing list