rpms/sabayon/devel sabayon-2.29.5-consolehelper-pam.patch, NONE, 1.1 sabayon.spec, 1.71, 1.72

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Jan 28 17:51:43 UTC 2010


Author: wtogami

Update of /cvs/pkgs/rpms/sabayon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10635

Modified Files:
	sabayon.spec 
Added Files:
	sabayon-2.29.5-consolehelper-pam.patch 
Log Message:
Make consolehelper actually work


sabayon-2.29.5-consolehelper-pam.patch:
 sabayon.pam |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

--- NEW FILE sabayon-2.29.5-consolehelper-pam.patch ---
diff -urN sabayon-2.29.5.orig/admin-tool/sabayon.pam sabayon-2.29.5/admin-tool/sabayon.pam
--- sabayon-2.29.5.orig/admin-tool/sabayon.pam	2009-12-07 15:01:18.000000000 -0500
+++ sabayon-2.29.5/admin-tool/sabayon.pam	2010-01-28 12:01:58.249580064 -0500
@@ -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: sabayon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sabayon/devel/sabayon.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- sabayon.spec	15 Jan 2010 14:49:31 -0000	1.71
+++ sabayon.spec	28 Jan 2010 17:51:43 -0000	1.72
@@ -8,13 +8,14 @@
 
 Name:    sabayon
 Version: 2.29.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Tool to maintain user profiles in a GNOME desktop
 
 Group:   Applications/System
 License: GPLv2+
 URL:     http://www.gnome.org/projects/sabayon
 Source:  http://ftp.gnome.org/pub/GNOME/sources/sabayon/2.29/sabayon-%{version}.tar.bz2
+Patch0:  sabayon-2.29.5-consolehelper-pam.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -79,6 +80,7 @@ that need to be installed on the client 
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 # https://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython
 # replace "/usr/bin/env python" with a "/usr/bin/python"
@@ -216,6 +218,9 @@ fi
 
 
 %changelog
+* Thu Jan 28 2010 Warren Togami <wtogami at redhat.com> - 2.29.5-3
+- Make consolehelper actually work
+
 * Fri Jan 15 2010 Tomas Bzatek <tbzatek at redhat.com> - 2.29.5-2
 - Cleanup for package review
 



More information about the scm-commits mailing list