Make /var/log/gdm tmpfiles.d snippet match files manifest to fix installability test

Related: RHEL-19410
This commit is contained in:
Ray Strode 2023-12-15 11:50:49 -05:00
parent 0f4f9cd44b
commit cdd9535047
2 changed files with 7 additions and 2 deletions

View File

@ -3,5 +3,5 @@ d /run/gdm 0711 root gdm - -
d /var/lib/gdm 1770 gdm gdm - -
d /var/lib/gdm/.config 0700 gdm gdm - -
d /var/lib/gdm/.config/pulse 0700 gdm gdm - -
d /var/log/gdm 0755 root root - -
d /var/log/gdm 0711 root gdm - -

View File

@ -11,7 +11,7 @@
Name: gdm
Epoch: 1
Version: 40.1
Release: 22%{?dist}
Release: 23%{?dist}
Summary: The GNOME Display Manager
License: GPLv2+
@ -353,6 +353,11 @@ dconf update || :
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog
* Fri Dec 15 2023 Ray Strode <rstrode@redhat.com> - 40.1-23
- Make /var/log/gdm tmpfiles.d snippet match files manifest
to fix installability test
Related: RHEL-19410
* Mon Nov 27 2023 Ray Strode <rstrode@redhat.com> - 40.1-22
- Fix PreferredDisplayServer=legacy-xorg in /etc/gdm/custom.conf
Resolves: RHEL-19410