rpms/gdm/devel gdm.spec,1.450,1.451

Ray Strode rstrode at fedoraproject.org
Thu Mar 12 18:29:00 UTC 2009


Author: rstrode

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

Modified Files:
	gdm.spec 
Log Message:
- Add Requires: libXau >= 1.0.4-4 to use localhost in xauth cookies
- Use localhost instead of g_get_host_name ()



Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.450
retrieving revision 1.451
diff -u -r1.450 -r1.451
--- gdm.spec	12 Mar 2009 14:43:36 -0000	1.450
+++ gdm.spec	12 Mar 2009 18:28:29 -0000	1.451
@@ -15,7 +15,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.25.2
-Release: 17%{?dist}
+Release: 18%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -46,6 +46,8 @@
 # since we use it, and pam spams the log if the module is missing
 Requires: gnome-keyring-pam
 Requires: plymouth-gdm-hooks
+# We need 1.0.4-5 since it lets us use "localhost" in auth cookies
+Requires: libXau >= 1.0.4-4
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
 BuildRequires: scrollkeeper >= 0:%{scrollkeeper_version}
@@ -344,6 +346,10 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Thu Mar 12 2009 Ray Strode <rstrode at redhat.com> - 1:2.25.2-18
+- Add Requires: libXau >= 1.0.4-4 to use localhost in xauth cookies
+- Use localhost instead of g_get_host_name ()
+
 * 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
 




More information about the fedora-extras-commits mailing list