rpms/gdm/devel gdm-pam,1.6,1.7 gdm.spec,1.320,1.321

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Nov 30 15:07:39 UTC 2007


Author: mclasen

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

Modified Files:
	gdm-pam gdm.spec 
Log Message:
Make keyring unlocking work



Index: gdm-pam
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm-pam,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gdm-pam	17 Oct 2007 17:12:04 -0000	1.6
+++ gdm-pam	30 Nov 2007 15:07:05 -0000	1.7
@@ -1,7 +1,7 @@
 #%PAM-1.0
 auth     [success=done ignore=ignore default=bad] pam_selinux_permit.so
 auth       required    pam_env.so
-auth       include     system-auth
+auth       substack    system-auth
 auth       optional    pam_gnome_keyring.so
 account    required    pam_nologin.so
 account    include     system-auth


Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.320
retrieving revision 1.321
diff -u -r1.320 -r1.321
--- gdm.spec	21 Nov 2007 00:24:56 -0000	1.320
+++ gdm.spec	30 Nov 2007 15:07:05 -0000	1.321
@@ -8,7 +8,7 @@
 %define librsvg2_version 2.0.1
 %define libxml2_version 2.4.21
 %define scrollkeeper_version 0.3.4
-%define pam_version 0.99
+%define pam_version 0.99.8.1-11
 %define desktop_file_utils_version 0.2.90
 %define gail_version 1.2.0
 %define nss_version 3.11.1
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.21.2
-Release: 0.2007.11.20.3%{?dist}
+Release: 0.2007.11.20.4%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -280,6 +280,9 @@
 %attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm
 
 %changelog
+* Fri Nov 30 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.21.2-0.2007.11.20.4
+- Use the new "substack" support in pam to make keyring unlocking work
+ 
 * Tue Nov 20 2007 Ray Strode <rstrode at redhat.com> - 1:2.21.2-0.2007.11.20.3
 - use metacity for now
 




More information about the fedora-extras-commits mailing list