rpms/util-linux-ng/devel util-linux-ng.spec,1.14,1.15

Karel Zak (kzak) fedora-extras-commits at redhat.com
Wed Dec 12 14:36:11 UTC 2007


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2874

Modified Files:
	util-linux-ng.spec 
Log Message:
* Wed Dec 12 2007 Karel Zak <kzak at redhat.com> 2.13.1-0.2
- remove viwp and vigr (in favour of shadow-utils)



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- util-linux-ng.spec	9 Dec 2007 19:36:57 -0000	1.14
+++ util-linux-ng.spec	12 Dec 2007 14:35:35 -0000	1.15
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.13.1
-Release: 0.1%{?dist}
+Release: 0.2%{?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
@@ -245,13 +245,14 @@
 # deprecated commands
 for I in /sbin/fsck.minix /sbin/mkfs.{bfs,minix} /sbin/sln \
 	/usr/bin/chkdupexe %{_bindir}/line %{_bindir}/pg %{_bindir}/newgrp \
-	/sbin/shutdown %{_bindir}/scriptreplay; do
+	/sbin/shutdown %{_bindir}/scriptreplay /usr/sbin/vipw /usr/sbin/vigr; do
 	rm -f $RPM_BUILD_ROOT$I
 done
 
 # deprecated man pages
 for I in man1/chkdupexe.1 man1/line.1 man1/pg.1 man1/newgrp.1 \
-	man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 man1/scriptreplay.1; do
+	man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 man1/scriptreplay.1 \
+	man8/vipw.8 man8/vigr; do
 	rm -rf $RPM_BUILD_ROOT%{_mandir}/${I}*
 done
 
@@ -446,8 +447,6 @@
 %ifnarch s390 s390x
 %{_sbindir}/tunelp
 %endif
-%{_sbindir}/vipw
-%{_sbindir}/vigr
 %{_sbindir}/rtcwake
 
 %{_infodir}/ipc.info*
@@ -507,8 +506,6 @@
 %ifnarch s390 s390x
 %{_mandir}/man8/tunelp.8*
 %endif
-%{_mandir}/man8/vigr.8*
-%{_mandir}/man8/vipw.8*
 %{_mandir}/man8/setarch.8*
 %{_mandir}/man8/rtcwake.8*
 
@@ -525,6 +522,9 @@
 /sbin/losetup
 
 %changelog
+* Wed Dec 12 2007 Karel Zak <kzak at redhat.com> 2.13.1-0.2
+- remove viwp and vigr (in favour of shadow-utils)
+
 * Sun Dec  9 2007 Karel Zak <kzak at redhat.com> 2.13.1-0.1
 - update to the latest upstream stable branch
   (commit: fda9d11739ee88c3b2f22a73f12ec019bd3b8335)




More information about the fedora-extras-commits mailing list