diff --git a/gdm-tmpfiles.conf b/gdm-tmpfiles.conf index 9dac49d..8998e6b 100644 --- a/gdm-tmpfiles.conf +++ b/gdm-tmpfiles.conf @@ -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 - - diff --git a/gdm.spec b/gdm.spec index 844b632..30a8d20 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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 - 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 - 40.1-22 - Fix PreferredDisplayServer=legacy-xorg in /etc/gdm/custom.conf Resolves: RHEL-19410