From 3c367f2f3cad735135b95542d03f4498d42ca9c9 Mon Sep 17 00:00:00 2001 From: kzak Date: Aug 11 2006 06:41:23 +0000 Subject: add ctrlaltdel-man.patch --- diff --git a/util-linux-2.13-ctrlaltdel-man.patch b/util-linux-2.13-ctrlaltdel-man.patch new file mode 100644 index 0000000..ab7c6bd --- /dev/null +++ b/util-linux-2.13-ctrlaltdel-man.patch @@ -0,0 +1,10 @@ +--- util-linux-2.13-pre6/sys-utils/ctrlaltdel.8.kzak 2006-08-10 12:23:53.000000000 +0200 ++++ util-linux-2.13-pre6/sys-utils/ctrlaltdel.8 2006-08-10 12:24:08.000000000 +0200 +@@ -32,7 +32,6 @@ + .SH FILES + .I /etc/rc.local + .SH "SEE ALSO" +-.BR simpleinit (8), + .BR init (8) + .SH AUTHOR + Peter Orbaek (poe@daimi.aau.dk) diff --git a/util-linux.spec b/util-linux.spec index c1953c8..d05adb3 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -9,7 +9,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.13 -Release: 0.38 +Release: 0.39 License: distributable Group: System Environment/Base @@ -224,6 +224,8 @@ Patch245: util-linux-2.13-login-ipv6.patch Patch246: util-linux-2.13-nfsmount-fsc.patch # 176494 - last -i returns strange IP addresses Patch247: util-linux-2.13-login-timeval.patch +# 199745 - Non-existant simpleinit(8) mentioned in ctrlaltdel(8) +Patch248: util-linux-2.13-ctrlaltdel-man.patch # When adding patches, please make sure that it is easy to find out what bug # the # patch fixes. @@ -322,6 +324,7 @@ cp %{SOURCE8} %{SOURCE9} . %patch245 -p1 %patch246 -p1 %patch247 -p1 +%patch248 -p1 %build unset LINGUAS || : @@ -719,6 +722,9 @@ exit 0 /sbin/losetup %changelog +* Fri Aug 11 2006 Karel Zak 2.13-0.39 +- fix #199745 - non-existant simpleinit(8) mentioned in ctrlaltdel(8) + * Thu Aug 10 2006 Dan Walsh 2.13-0.38 - Change keycreate line to happen after pam_selinux open call so it gets correct context