Synchronize permission and group ownership for log dir between rpm file manifest and daemon expectations.
Resolves: #1999586
This commit is contained in:
parent
7d29b260c0
commit
8b7e8b5dec
9
gdm.spec
9
gdm.spec
@ -11,7 +11,7 @@
|
|||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 40.1
|
Version: 40.1
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -287,7 +287,7 @@ dconf update || :
|
|||||||
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
%{_libdir}/girepository-1.0/Gdm-1.0.typelib
|
||||||
%{_libdir}/security/pam_gdm.so
|
%{_libdir}/security/pam_gdm.so
|
||||||
%{_libdir}/libgdm*.so*
|
%{_libdir}/libgdm*.so*
|
||||||
%dir %{_localstatedir}/log/gdm
|
%attr(0711, root, gdm) %dir %{_localstatedir}/log/gdm
|
||||||
%attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
|
%attr(1770, gdm, gdm) %dir %{_localstatedir}/lib/gdm
|
||||||
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config
|
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config
|
||||||
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config/pulse
|
%attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.config/pulse
|
||||||
@ -315,6 +315,11 @@ dconf update || :
|
|||||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2021 Ray Strode <rstrode@redhat.com> - 40.1-9
|
||||||
|
- Synchronize permission and group ownership for log dir between
|
||||||
|
rpm file manifest and daemon expectations.
|
||||||
|
Resolves: #1999586
|
||||||
|
|
||||||
* Wed Oct 13 2021 Ray Strode <rstrode@redhat.com> - 40.1-8
|
* Wed Oct 13 2021 Ray Strode <rstrode@redhat.com> - 40.1-8
|
||||||
- Add latest session type propagation fixes from upstream
|
- Add latest session type propagation fixes from upstream
|
||||||
Related: #2009044
|
Related: #2009044
|
||||||
|
Loading…
Reference in New Issue
Block a user