rpms/gdm/F-11 gdm-2.26.1-set-auth-flag.patch, 1.1, 1.2 gdm.spec, 1.470, 1.471

Ray Strode rstrode at fedoraproject.org
Fri May 8 15:49:51 UTC 2009


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15854

Modified Files:
	gdm-2.26.1-set-auth-flag.patch gdm.spec 
Log Message:
- Redo patch from -8 since patch misapplies the other one.


gdm-2.26.1-set-auth-flag.patch:

Index: gdm-2.26.1-set-auth-flag.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm-2.26.1-set-auth-flag.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gdm-2.26.1-set-auth-flag.patch	7 May 2009 20:44:23 -0000	1.1
+++ gdm-2.26.1-set-auth-flag.patch	8 May 2009 15:49:20 -0000	1.2
@@ -1,30 +1,21 @@
-commit 43b1084d52892fffea7f2e6cd3731ad2a46b52bd
-Author: Ray Strode <rstrode at redhat.com>
-Date:   Thu May 7 16:34:57 2009 -0400
-
-    Set is_authenticated to TRUE when authenticated
-    
-    Before the flag was never getting set causing btmp records to get
-    written when the session and slave are killed around the same time
-    (by switching runlevels)
-
-diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
-index 34a126f..7259bf6 100644
---- a/daemon/gdm-session-direct.c
-+++ b/daemon/gdm-session-direct.c
-@@ -334,6 +334,7 @@ gdm_session_direct_handle_authenticated (GdmSessionDirect *session,
-         dbus_connection_send (connection, reply, NULL);
+diff -up gdm-2.26.1/daemon/gdm-session-direct.c.set-auth-flag gdm-2.26.1/daemon/gdm-session-direct.c
+--- gdm-2.26.1/daemon/gdm-session-direct.c.set-auth-flag	2009-05-08 11:43:58.935662919 -0400
++++ gdm-2.26.1/daemon/gdm-session-direct.c	2009-05-08 11:46:46.785623788 -0400
+@@ -380,6 +380,8 @@ gdm_session_direct_handle_authenticated 
+         dbus_connection_send (conversation->worker_connection, reply, NULL);
          dbus_message_unref (reply);
  
 +        session->priv->is_authenticated = TRUE;
-         _gdm_session_authenticated (GDM_SESSION (session));
++
+         _gdm_session_authenticated (GDM_SESSION (session), conversation->service_name);
  
          return DBUS_HANDLER_RESULT_HANDLED;
-@@ -361,6 +362,7 @@ gdm_session_direct_handle_authentication_failed (GdmSessionDirect *session,
+@@ -407,6 +409,8 @@ gdm_session_direct_handle_authentication
  
          g_debug ("GdmSessionDirect: Emitting 'authentication-failed' signal");
  
 +        session->priv->is_authenticated = FALSE;
-         _gdm_session_authentication_failed (GDM_SESSION (session), NULL);
++
+         _gdm_session_authentication_failed (GDM_SESSION (session), conversation->service_name, NULL);
  
          return DBUS_HANDLER_RESULT_HANDLED;


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm.spec,v
retrieving revision 1.470
retrieving revision 1.471
diff -u -p -r1.470 -r1.471
--- gdm.spec	7 May 2009 20:44:23 -0000	1.470
+++ gdm.spec	8 May 2009 15:49:20 -0000	1.471
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.26.1
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -393,6 +393,9 @@ fi
 %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
 
 %changelog
+* Fri May 08 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-9
+- Redo patch from -8 since patch misapplies the other one.
+
 * Thu May 07 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-8
 - Hopefully fix bug 499272 (weird behavior when typing
   init 3 from within the session)




More information about the scm-commits mailing list