rpms/gdm/F-11 gdm-2.26.1-multistack.patch, 1.1, 1.2 gdm.spec, 1.464, 1.465

Ray Strode rstrode at fedoraproject.org
Wed Apr 22 14:21:43 UTC 2009


Author: rstrode

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

Modified Files:
	gdm-2.26.1-multistack.patch gdm.spec 
Log Message:
- Add temporary hack to smack down misbehaving PAM modules


gdm-2.26.1-multistack.patch:

Index: gdm-2.26.1-multistack.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm-2.26.1-multistack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-2.26.1-multistack.patch	21 Apr 2009 21:25:06 -0000	1.1
+++ gdm-2.26.1-multistack.patch	22 Apr 2009 14:21:38 -0000	1.2
@@ -18046,3 +18046,16 @@
 -- 
 1.6.2.2
 
+diff --git a/daemon/gdm-session-worker-job.c b/daemon/gdm-session-worker-job.c
+index 0327d77..ad7cbac 100644
+--- a/daemon/gdm-session-worker-job.c
++++ b/daemon/gdm-session-worker-job.c
+@@ -325,6 +325,8 @@ gdm_session_worker_job_stop (GdmSessionWorkerJob *session_worker_job)
+         if (res < 0) {
+                 g_warning ("Unable to kill session worker process");
+         } else {
++                g_usleep (G_USEC_PER_SEC / 2);
++                gdm_signal_pid (session_worker_job->priv->pid, SIGKILL);
+                 session_worker_job_died (session_worker_job);
+         }
+ 


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/F-11/gdm.spec,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- gdm.spec	21 Apr 2009 21:25:07 -0000	1.464
+++ gdm.spec	22 Apr 2009 14:21:38 -0000	1.465
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.26.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -380,6 +380,9 @@
 %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
 
 %changelog
+* Wed Apr 22 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-3
+- Add temporary hack to smack down misbehaving PAM modules
+
 * Tue Apr 21 2009 Ray Strode <rstrode at redhat.com> - 1:2.26.1-2
 - Stop inactive pam conversations when one succeeds.
   Should fix bug 496234




More information about the fedora-extras-commits mailing list