rpms/util-linux-ng/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 util-linux-ng-login.pamd, 1.3, 1.4 util-linux-ng.spec, 1.36, 1.37

Karel Zak kzak at fedoraproject.org
Thu Jan 22 14:40:15 UTC 2009


Author: kzak

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

Modified Files:
	.cvsignore sources util-linux-ng-login.pamd util-linux-ng.spec 
Log Message:
* Thu Jan 22 2009 Karel Zak <kzak at redhat.com> 2.14.2-0.2
- fix #480413 - util-linux-ng doesn't include scriptreplay
- fix #479002 - remove dependency on ConsoleKit-libs
- upgrade to 2.14.2-rc2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	23 Dec 2008 00:12:55 -0000	1.14
+++ .cvsignore	22 Jan 2009 14:39:44 -0000	1.15
@@ -1,2 +1,2 @@
-util-linux-ng-2.14.2-rc1.tar.bz2
+util-linux-ng-2.14.2-rc2.tar.bz2
 floppy-0.16.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	23 Dec 2008 00:12:56 -0000	1.14
+++ sources	22 Jan 2009 14:39:44 -0000	1.15
@@ -1,2 +1,2 @@
-620a0b46dd7a98d541299ac5a8772d98  util-linux-ng-2.14.2-rc1.tar.bz2
+880fff92b554b4980a8ef3a9c881ce68  util-linux-ng-2.14.2-rc2.tar.bz2
 7eeb9a6f7a258174bf0fa80f1370788d  floppy-0.16.tar.bz2


Index: util-linux-ng-login.pamd
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng-login.pamd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- util-linux-ng-login.pamd	12 Dec 2007 22:06:53 -0000	1.3
+++ util-linux-ng-login.pamd	22 Jan 2009 14:39:44 -0000	1.4
@@ -13,4 +13,4 @@
 session    required     pam_namespace.so
 session    optional     pam_keyinit.so force revoke
 session    include      system-auth
-session    optional     pam_ck_connector.so
+-session   optional     pam_ck_connector.so


Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- util-linux-ng.spec	23 Dec 2008 00:12:56 -0000	1.36
+++ util-linux-ng.spec	22 Jan 2009 14:39:44 -0000	1.37
@@ -2,12 +2,12 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.14.2
-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
 
-%define upstream_version %{version}-rc1
+%define upstream_version %{version}-rc2
 
 ### Features
 %if 0%{?rhel}
@@ -72,9 +72,8 @@
 Requires(preun): /sbin/install-info
 Requires(post): /sbin/install-info
 Requires(post): coreutils
-Requires: pam >= 0.66-4, /etc/pam.d/system-auth
+Requires: pam >= 1.0.90, /etc/pam.d/system-auth
 Requires: audit-libs >= 1.0.6
-Requires: ConsoleKit-libs
 %if %{include_raw}
 Requires: udev
 %endif
@@ -235,13 +234,13 @@
 # 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 /usr/sbin/vipw /usr/sbin/vigr; do
+	/sbin/shutdown /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 \
+	man8/fsck.minix.8 man8/mkfs.minix.8 man8/mkfs.bfs.8 \
 	man8/vipw.8 man8/vigr; do
 	rm -rf $RPM_BUILD_ROOT%{_mandir}/${I}*
 done
@@ -421,6 +420,7 @@
 %{_bindir}/renice
 %{_bindir}/rev
 %{_bindir}/script
+%{_bindir}/scriptreplay
 %{_bindir}/setarch
 %{_bindir}/setsid
 %{_bindir}/setterm
@@ -463,6 +463,7 @@
 %{_mandir}/man1/rename.1*
 %{_mandir}/man1/rev.1*
 %{_mandir}/man1/script.1*
+%{_mandir}/man1/scriptreplay.1*
 %{_mandir}/man1/setterm.1*
 %{_mandir}/man1/tailf.1*
 %{_mandir}/man1/ul.1*
@@ -512,6 +513,11 @@
 /sbin/losetup
 
 %changelog
+* Thu Jan 22 2009 Karel Zak <kzak at redhat.com> 2.14.2-0.2
+- fix #480413 - util-linux-ng doesn't include scriptreplay
+- fix #479002 - remove dependency on ConsoleKit-libs
+- upgrade to 2.14.2-rc2
+
 * Mon Dec 22 2008 Karel Zak <kzak at redhat.com> 2.14.2-0.1
 - upgrade to 2.14.2-rc1
 - refresh old patches




More information about the fedora-extras-commits mailing list