diff --git a/gdm.spec b/gdm.spec index 03f9254..a0df664 100644 --- a/gdm.spec +++ b/gdm.spec @@ -9,7 +9,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 3.7.90 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -125,6 +125,7 @@ intltoolize -f %build %configure --with-pam-prefix=%{_sysconfdir} \ + --with-run-dir=/run \ --enable-split-authentication \ --enable-profiling \ --enable-console-helper \ @@ -310,7 +311,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %dir %{_datadir}/gdm/greeter/autostart %dir %{_localstatedir}/log/gdm %attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm -%attr(1770, root, gdm) %dir %{_localstatedir}/gdm +%attr(1770, root, gdm) %dir /run/gdm %attr(1755, root, gdm) %dir %{_localstatedir}/cache/gdm %dir %{_sysconfdir}/dconf/db/gdm.d/locks %dir %{_sysconfdir}/dconf/db/gdm.d @@ -343,6 +344,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/girepository-1.0/Gdm-1.0.typelib %changelog +* Tue Feb 26 2013 Ray Strode 3.7.90-2 +- Fix up runtime dir path (spotted by dwalsh) + * Fri Feb 22 2013 Kalev Lember - 1:3.7.90-1 - Update to 3.7.90