- Fix permssions on spool dir

This commit is contained in:
Ray Strode 2008-09-22 18:58:36 +00:00
parent 0dbb92d297
commit 1de4f902bb
2 changed files with 6 additions and 3 deletions

View File

@ -163,7 +163,7 @@ index 30e1f55..400c43d 100644
+ if test '!' -d $(DESTDIR)$(spooldir); then \ + if test '!' -d $(DESTDIR)$(spooldir); then \
+ $(mkinstalldirs) $(DESTDIR)$(spooldir); \ + $(mkinstalldirs) $(DESTDIR)$(spooldir); \
+ chmod 1770 $(DESTDIR)$(spooldir); \ + chmod 775 $(DESTDIR)$(spooldir); \
+ chown root:gdm $(DESTDIR)$(spooldir) || : ; \ + chown root:gdm $(DESTDIR)$(spooldir) || : ; \
+ fi + fi
+ +

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
Name: gdm Name: gdm
Version: 2.24.0 Version: 2.24.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
Group: User Interface/X Group: User Interface/X
@ -307,13 +307,13 @@ fi
%dir %{_datadir}/gdm/autostart/LoginWindow %dir %{_datadir}/gdm/autostart/LoginWindow
%config %{_datadir}/gdm/autostart/LoginWindow/* %config %{_datadir}/gdm/autostart/LoginWindow/*
%dir %{_localstatedir}/log/gdm %dir %{_localstatedir}/log/gdm
%dir %{_localstatedir}/spool/gdm
%attr(1750, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory %attr(1750, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory
%attr(1640, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory/*.xml %attr(1640, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.mandatory/*.xml
%attr(1640, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.path %attr(1640, root, gdm) %dir %{_localstatedir}/lib/gdm/.gconf.path
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm
%attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm %attr(1777, root, gdm) %dir %{_localstatedir}/run/gdm
%attr(1770, root, gdm) %dir %{_localstatedir}/spool/gdm
%files user-switch-applet %files user-switch-applet
%defattr(-, root, root) %defattr(-, root, root)
@ -322,6 +322,9 @@ fi
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
%changelog %changelog
* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.0-2
- Fix permssions on spool dir
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-1 * Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-1
- Update to 2.24.0 - Update to 2.24.0