- Add David Zeuthen's patch to enable the pamconsole flag #133941

This commit is contained in:
John (J5) Palmieri 2004-10-13 21:08:24 +00:00
parent 4145379a39
commit 3f5543fd5d

View File

@ -12,7 +12,7 @@
Summary: A collection of basic system utilities. Summary: A collection of basic system utilities.
Name: util-linux Name: util-linux
Version: 2.12a Version: 2.12a
Release: 13 Release: 14
License: distributable License: distributable
Group: System Environment/Base Group: System Environment/Base
@ -88,6 +88,9 @@ Patch157: util-linux-2.12a-pamstart.patch
Patch158: util-linux-2.12a-moreswaplabel.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 # patches required for NFSv4 support
Patch1000: util-linux-2.12-nfsv4.patch Patch1000: util-linux-2.12-nfsv4.patch
@ -200,6 +203,8 @@ mv MCONFIG.new MCONFIG
%patch157 -p1 -b .pamstart %patch157 -p1 -b .pamstart
%patch158 -p1 %patch158 -p1
%patch159 -p1 -b .console
%patch1000 -p1 -b .nfsv4 %patch1000 -p1 -b .nfsv4
%build %build
@ -568,6 +573,9 @@ fi
/sbin/losetup /sbin/losetup
%changelog %changelog
* Wed Oct 13 2004 John (J5) Palmieri <johnp@redhat.com> 2.12a-14
- Add David Zeuthen's patch to enable the pamconsole flag #133941
* Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13 * Wed Oct 13 2004 Stephen C. Tweedie <sct@redhat.com> 2.12a-13
- Restore raw utils (bugzilla #130016) - Restore raw utils (bugzilla #130016)