rpms/gdm/devel gdm.spec,1.269,1.270 gdmsetup-path.patch,1.1,1.2

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sun Aug 12 17:43:41 UTC 2007


Author: mclasen

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

Modified Files:
	gdm.spec gdmsetup-path.patch 
Log Message:
fix the previous fix



Index: gdm.spec
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- gdm.spec	12 Aug 2007 06:03:54 -0000	1.269
+++ gdm.spec	12 Aug 2007 17:43:08 -0000	1.270
@@ -17,7 +17,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.19.5
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -358,6 +358,9 @@
 %{_datadir}/pixmaps/faces/extras/*.jpg
 
 %changelog
+* Sun Aug 12 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.19.5-8
+- Make the previous fix actually work
+
 * Sun Aug 12 2007 Matthias Clasen <mclasen at redhat.com> - 1:2.19.5-7
 - Make gdmsetup work with consolehelper and pam again
 

gdmsetup-path.patch:

Index: gdmsetup-path.patch
===================================================================
RCS file: /cvs/extras/rpms/gdm/devel/gdmsetup-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdmsetup-path.patch	12 Aug 2007 06:03:54 -0000	1.1
+++ gdmsetup-path.patch	12 Aug 2007 17:43:08 -0000	1.2
@@ -7,8 +7,8 @@
  _Comment=Configure GDM login window appearance and behavior
 -TryExec=@sbindir@/gdmsetup
 -Exec=@sbindir@/gdmsetup
-+TryExec=@bindir@/gdmsetup
-+Exec=@bindir@/gdmsetup
++TryExec=/usr/bin/gdmsetup
++Exec=/usr/bin/gdmsetup
  Icon=gdm-setup
  StartupNotify=true
  Terminal=false




More information about the scm-commits mailing list