Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lightdm for openSUSE:Factory checked in at 2026-01-09 17:02:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightdm (Old) and /work/SRC/openSUSE:Factory/.lightdm.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightdm" Fri Jan 9 17:02:59 2026 rev:116 rq:1326000 version:1.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes 2025-05-27 18:50:08.236625535 +0200 +++ /work/SRC/openSUSE:Factory/.lightdm.new.1928/lightdm.changes 2026-01-09 17:03:24.787752222 +0100 @@ -1,0 +2,6 @@ +Sun Jan 4 11:47:56 UTC 2026 - Callum Farmer <[email protected]> + +- Move all created /run, /var/lib, /var/cache and /var/log + directories to systemd-tmpfiles + +------------------------------------------------------------------- New: ---- lightdm.tmpfiles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightdm.spec ++++++ --- /var/tmp/diff_new_pack.b9qb4N/_old 2026-01-09 17:03:25.783793544 +0100 +++ /var/tmp/diff_new_pack.b9qb4N/_new 2026-01-09 17:03:25.783793544 +0100 @@ -33,7 +33,6 @@ %define qt6_libname lightdm-qt6-3 %define qt6_lib lib%{qt6_libname}-0 %define typelibname typelib-1_0-LightDM-1 -%define rundir /run Name: lightdm Version: 1.32.0 Release: 0 @@ -53,6 +52,7 @@ Source9: lightdm-autologin.pam Source10: lightdm.sysusers Source11: lightdm.service +Source12: lightdm.tmpfiles # PATCH-FEATURE-OPENSUSE lightdm-sysconfig-support.patch [email protected] -- Adds support for reading configuration options from /etc/sysconfig/displaymanager and /etc/sysconfig/windowmanager Patch0: lightdm-sysconfig-support.patch # PATCH-FEATURE-OPENSUSE lightdm-xauthlocalhostname-support.patch boo#796230 [email protected] -- Set XAUTHLOCALHOSTNAME to the hostname for local logins to avoid issues in the session in case the hostname changes @@ -294,11 +294,6 @@ install -d %{buildroot}%{_datadir}/lightdm/remote-sessions install -d %{buildroot}%{_datadir}/lightdm/sessions install -d %{buildroot}%{_datadir}/xgreeters -install -d %{buildroot}%{_localstatedir}/cache/lightdm -install -d %{buildroot}%{_localstatedir}/lib/lightdm -install -d %{buildroot}%{_localstatedir}/lib/lightdm-data -install -d %{buildroot}%{_localstatedir}/log/lightdm -install -d %{buildroot}%{rundir}/lightdm install -Dpm 0644 %{SOURCE4} %{buildroot}%{_prefix}/lib/X11/displaymanagers/lightdm mkdir -p %{buildroot}%{_sysconfdir}/alternatives @@ -316,6 +311,7 @@ install -Dm0644 %{SOURCE10} %{buildroot}%{_sysusersdir}/lightdm.conf install -Dm0644 %{SOURCE11} %{buildroot}%{_unitdir}/lightdm.service +install -Dm0644 %{SOURCE12} %{buildroot}%{_tmpfilesdir}/lightdm.conf %find_lang %{name} %{?no_lang_C} @@ -407,15 +403,16 @@ %{_datadir}/dbus-1/interfaces/org.freedesktop.DisplayManager.AccountsService.xml %{_datadir}/polkit-1/actions/org.freedesktop.DisplayManager.AccountsService.policy %dir %{_datadir}/xgreeters/ -%ghost %attr(711,lightdm,lightdm) %dir %{rundir}/lightdm/ -%attr(750,lightdm,lightdm) %dir %{_localstatedir}/log/lightdm/ -%attr(750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm/ -%attr(750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm-data/ -%attr(711,root,root) %dir %{_localstatedir}/cache/lightdm/ +%ghost %attr(0711,lightdm,lightdm) %dir %{_rundir}/lightdm +%ghost %attr(0750,lightdm,lightdm) %dir %{_localstatedir}/log/lightdm +%ghost %attr(0750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm +%ghost %attr(0750,lightdm,lightdm) %dir %{_localstatedir}/lib/lightdm-data +%ghost %attr(0711,root,root) %dir %{_localstatedir}/cache/lightdm %{_mandir}/man1/lightdm.1%{?ext_man} %{_mandir}/man1/dm-tool.1%{?ext_man} %{_sysusersdir}/lightdm.conf %{_unitdir}/lightdm.service +%{_tmpfilesdir}/lightdm.conf %files lang -f %{name}.lang ++++++ lightdm.tmpfiles ++++++ d /run/lightdm 0711 lightdm lightdm - - d /var/log/lightdm 0750 lightdm lightdm - - d /var/lib/lightdm 0750 lightdm lightdm - - d /var/lib/lightdm-data 0750 lightdm lightdm - - d /var/cache/lightdm 0711 root root - -
