rpms/gdm/devel gdm-2.24.0-force-active-vt.patch, 1.1, 1.2 gdm.spec, 1.449, 1.450

Ray Strode rstrode at fedoraproject.org
Thu Mar 12 14:43:36 UTC 2009


Author: rstrode

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

Modified Files:
	gdm-2.24.0-force-active-vt.patch gdm.spec 
Log Message:
- Don't force X server on active vt more than once


gdm-2.24.0-force-active-vt.patch:

Index: gdm-2.24.0-force-active-vt.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm-2.24.0-force-active-vt.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-2.24.0-force-active-vt.patch	15 Oct 2008 21:42:34 -0000	1.1
+++ gdm-2.24.0-force-active-vt.patch	12 Mar 2009 14:43:36 -0000	1.2
@@ -335,7 +335,7 @@
 diff -ur gdm-2.24.0/daemon/gdm-static-display.c new/daemon/gdm-static-display.c
 --- gdm-2.24.0/daemon/gdm-static-display.c	2008-07-10 11:07:42.000000000 -0400
 +++ new/daemon/gdm-static-display.c	2008-10-15 16:24:38.000000000 -0400
-@@ -86,10 +86,26 @@
+@@ -86,10 +86,27 @@
  }
  
  static gboolean
@@ -357,8 +357,9 @@
  
 +        if (triggered_to_force_display_on_active_vt ()) {
 +                g_object_set (display, "force-active-vt", TRUE, NULL);
++        } else {
++                g_object_set (display, "force-active-vt", FALSE, NULL);
 +        }
-+
          GDM_DISPLAY_CLASS (gdm_static_display_parent_class)->manage (display);
  
          return TRUE;


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.449
retrieving revision 1.450
diff -u -r1.449 -r1.450
--- gdm.spec	9 Mar 2009 20:34:47 -0000	1.449
+++ gdm.spec	12 Mar 2009 14:43:36 -0000	1.450
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.25.2
-Release: 15%{?dist}
+Release: 17%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -91,6 +91,8 @@
 Patch14: gdm-2.25.2-multistack-but-boring.patch
 Patch15: gdm-2.25.2-start-faster.patch
 
+Patch16: gdm-2.25.2-use-resolvable-hostname.patch
+
 # Fedora-specific
 Patch99: gdm-2.23.1-fedora-logo.patch
 
@@ -118,6 +120,7 @@
 
 %patch14 -p1 -b .multistack-but-boring
 %patch15 -p1 -b .start-faster
+%patch16 -p1 -b .use-resolvable-hostname
 
 %patch99 -p1 -b .fedora-logo
 
@@ -341,6 +344,14 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Thu Mar 12 2009 Ray Strode <rstrode at redhat.com> - 1:2.25.2-17
+- Don't force X server on active vt more than once
+
+* Tue Mar 10 2009 Ray Strode <rstrode at redhat.com> - 1:2.25.2-16
+- Store greeter's auth cookie under "localhost" instead
+  of g_get_host_name() since NetworkManager tries to synchronize
+  the internal hostname with the externally resolvable one.
+
 * Mon Mar 9 2009 Ray Strode <rstrode at redhat.com> - 1:2.25.2-15
 - Don't race with PAM modules that ask questions during
   pam_open_session (and don't subsequently go bonkers when




More information about the fedora-extras-commits mailing list