diff --git a/util-linux.spec b/util-linux.spec index 0b6d0db..0551cad 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -12,7 +12,7 @@ Summary: A collection of basic system utilities. Name: util-linux Version: 2.12a -Release: 13 +Release: 14 License: distributable Group: System Environment/Base @@ -88,6 +88,9 @@ Patch157: util-linux-2.12a-pamstart.patch Patch158: util-linux-2.12a-moreswaplabel.patch +# Patch to enable the pamconsole flag for restricting mounting to users at the console (#133941) +Patch159: util-linux-2.12a-console.patch + # patches required for NFSv4 support Patch1000: util-linux-2.12-nfsv4.patch @@ -200,6 +203,8 @@ mv MCONFIG.new MCONFIG %patch157 -p1 -b .pamstart %patch158 -p1 +%patch159 -p1 -b .console + %patch1000 -p1 -b .nfsv4 %build @@ -568,6 +573,9 @@ fi /sbin/losetup %changelog +* Wed Oct 13 2004 John (J5) Palmieri 2.12a-14 +- Add David Zeuthen's patch to enable the pamconsole flag #133941 + * Wed Oct 13 2004 Stephen C. Tweedie 2.12a-13 - Restore raw utils (bugzilla #130016)