diff --git a/gdm.spec b/gdm.spec index 379a0de..091dc88 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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 @@ fi %{_datadir}/pixmaps/faces/extras/*.jpg %changelog +* Sun Aug 12 2007 Matthias Clasen - 1:2.19.5-8 +- Make the previous fix actually work + * Sun Aug 12 2007 Matthias Clasen - 1:2.19.5-7 - Make gdmsetup work with consolehelper and pam again diff --git a/gdmsetup-path.patch b/gdmsetup-path.patch index 81a8645..a7d0ec7 100644 --- a/gdmsetup-path.patch +++ b/gdmsetup-path.patch @@ -7,8 +7,8 @@ diff -up gdm-2.19.5/gui/gdmsetup.desktop.in.in.gdmsetup-path gdm-2.19.5/gui/gdms _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