rpms/system-config-nfs/FC-4 system-config-nfs-1.3.16-pam_stack.patch, NONE, 1.1 system-config-nfs.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 17:07:08 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/system-config-nfs/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv23034

Modified Files:
	system-config-nfs.spec 
Added Files:
	system-config-nfs-1.3.16-pam_stack.patch 
Log Message:
use pam_stack on FC-4


system-config-nfs-1.3.16-pam_stack.patch:
 system-config-nfs.pam |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

--- NEW FILE system-config-nfs-1.3.16-pam_stack.patch ---
--- system-config-nfs-1.3.16/system-config-nfs.pam.pam_stack	2005-10-14 10:39:44.000000000 +0200
+++ system-config-nfs-1.3.16/system-config-nfs.pam	2006-01-30 18:05:17.000000000 +0100
@@ -1,4 +1,8 @@
 #%PAM-1.0
-auth		include		config-util
-account		include		config-util
-session		include		config-util
+auth       sufficient	pam_rootok.so
+auth       sufficient	pam_timestamp.so
+auth       required	pam_stack.so service=system-auth
+session    required	pam_permit.so
+session    optional	pam_xauth.so
+session    optional	pam_timestamp.so
+account    required	pam_permit.so


Index: system-config-nfs.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-nfs/FC-4/system-config-nfs.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- system-config-nfs.spec	30 Jan 2006 16:48:02 -0000	1.27
+++ system-config-nfs.spec	30 Jan 2006 17:07:05 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: NFS server configuration tool
 Name: system-config-nfs
 Version: 1.3.16
-Release: 0.fc4.1
+Release: 0.fc4.2
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -9,6 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
+Patch0: system-config-nfs-1.3.6-pam_stack.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .pam_stack
 
 %build
 make %{?_smp_mflags}
@@ -70,6 +72,9 @@
 %attr(0644,root,root) %config /etc/pam.d/system-config-nfs
 
 %changelog
+* Mon Jan 30 2006 Nils Philippsen <nphilipp at redhat.com>
+- use pam_stack on FC-4
+
 * Mon Jan 30 2006 Nils Philippsen <nphilipp at redhat.com> 1.3.16
 - avoid exporting a share more than once to a specific client
 - allow exporting a share with different settings for different clients




More information about the fedora-cvs-commits mailing list