Fix up runtime dir path
(spotted by dwalsh)
This commit is contained in:
parent
b45ee82227
commit
4b33a453d1
8
gdm.spec
8
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 <rstrode@redhat.com> 3.7.90-2
|
||||
- Fix up runtime dir path (spotted by dwalsh)
|
||||
|
||||
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-1
|
||||
- Update to 3.7.90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user