rpms/system-config-cluster/devel system-config-cluster-pam.patch, NONE, 1.1 system-config-cluster.spec, 1.17, 1.18

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Feb 28 16:53:00 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/system-config-cluster/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23472

Modified Files:
	system-config-cluster.spec 
Added Files:
	system-config-cluster-pam.patch 
Log Message:
- Fix pam configuration file (BZ#170620)



system-config-cluster-pam.patch:

--- NEW FILE system-config-cluster-pam.patch ---
--- system-config-cluster-1.0.53/system-config-cluster.pam.orig	2005-05-27 21:36:06.000000000 +0200
+++ system-config-cluster-1.0.53/system-config-cluster.pam	2009-02-28 17:44:35.000000000 +0100
@@ -1,8 +1,4 @@
 #%PAM-1.0
-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
+auth		include		config-util
+account		include		config-util
+session		include		config-util


Index: system-config-cluster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-cluster/devel/system-config-cluster.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- system-config-cluster.spec	26 Feb 2009 05:00:18 -0000	1.17
+++ system-config-cluster.spec	28 Feb 2009 16:52:30 -0000	1.18
@@ -2,9 +2,10 @@
 Summary: A utility for managing cluster configuration in a graphical setting
 Name: system-config-cluster
 Version: 1.0.53
-Release: 4
+Release: 5
 URL: http://www.redhat.com/ 
 Source0: %{name}-%{version}.tar.gz
+Patch0: %{name}-pam.patch
 License: GPLv2
 Group: Applications/System
 BuildArch: noarch
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -52,6 +54,9 @@
 %config %{_sysconfdir}/security/console.apps/system-config-cluster
 
 %changelog
+* Sat Feb 28 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 1.0.53-5
+- Fix pam configuration file (BZ#170620)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.53-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list