rpms/gdm/devel gdm-pam,1.1,1.2 gdm.spec,1.260,1.261

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Mon Jul 30 17:58:09 UTC 2007


Author: mclasen

Update of /cvs/extras/rpms/gdm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8036

Modified Files:
	gdm-pam gdm.spec 
Log Message:
add optional gnome-keyring support to the gdm pam stack



Index: gdm-pam
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm-pam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-pam	3 Aug 2006 22:57:46 -0000	1.1
+++ gdm-pam	30 Jul 2007 17:57:36 -0000	1.2
@@ -1,6 +1,7 @@
 #%PAM-1.0
 auth       required    pam_env.so
 auth       include     system-auth
+auth       optional    pam_gnome_keyring.so auto_start
 account    required    pam_nologin.so
 account    include     system-auth
 password   include     system-auth
@@ -8,4 +9,5 @@
 session    include     system-auth
 session    required    pam_loginuid.so
 session    optional    pam_console.so
+session    optional    pam_gnome_keyring.so
 


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- gdm.spec	11 Jul 2007 03:12:36 -0000	1.260
+++ gdm.spec	30 Jul 2007 17:57:36 -0000	1.261
@@ -17,7 +17,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.19.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: LGPL/GPL
 Group: User Interface/X
@@ -350,6 +350,9 @@
 %{_datadir}/pixmaps/faces/extras/*.jpg
 
 %changelog
+* Mon Jul 30 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.19.4-2
+- Add optional gnome-keyring support to the gdm pam stack
+
 * Tue Jul 10 2007 Ray Strode <rstrode at redhat.com> - 1:2.19.4-1
 - Update to 2.19.4
 




More information about the scm-commits mailing list