Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package at for openSUSE:Factory checked in at 2026-05-06 19:17:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/at (Old) and /work/SRC/openSUSE:Factory/.at.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "at" Wed May 6 19:17:50 2026 rev:87 rq:1350997 version:3.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/at/at.changes 2025-02-28 17:38:24.674287212 +0100 +++ /work/SRC/openSUSE:Factory/.at.new.30200/at.changes 2026-05-06 19:18:37.650890758 +0200 @@ -1,0 +2,7 @@ +Thu Apr 30 11:54:15 UTC 2026 - Marius Grossu <[email protected]> + +- Use systemd-tmpfiles to create spool structure [jsc#PED-14783] +- Added sources + * at-tmpfiles.conf + +------------------------------------------------------------------- New: ---- at-tmpfiles.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ at.spec ++++++ --- /var/tmp/diff_new_pack.iitbm7/_old 2026-05-06 19:18:38.390921253 +0200 +++ /var/tmp/diff_new_pack.iitbm7/_new 2026-05-06 19:18:38.390921253 +0200 @@ -1,7 +1,7 @@ # # spec file for package at # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,6 +31,7 @@ Source3: sysconfig.atd Source5: atd.service Source6: system-user-at.conf +Source7: at-tmpfiles.conf Patch0: at-3.2.2.patch Patch11: at-3.1.13-documentation-dir.patch #PATCH-FIX-OPENSUSE add proper system users to the deny list @@ -112,6 +113,7 @@ mkdir -p %{buildroot}%{_sysusersdir} install -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/ +install -D -m 0644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf %pre -f at.pre %service_add_pre atd.service @@ -129,6 +131,7 @@ %{fillup_only -n atd} %set_permissions %{_bindir}/at %service_add_post atd.service +%tmpfiles_create %{_tmpfilesdir}/%{name}.conf %verifyscript %verify_permissions -e %{_bindir}/at @@ -160,9 +163,10 @@ %{_mandir}/man?/* %{_sbindir}/atd %{_sbindir}/atrun -%attr(700,at,at) %dir %{_localstatedir}/spool/atspool -%attr(1770,at,at) %dir %{_localstatedir}/spool/atjobs -%attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ +%{_tmpfilesdir}/%{name}.conf +%ghost %attr(700,at,at) %dir %{_localstatedir}/spool/atspool +%ghost %attr(1770,at,at) %dir %{_localstatedir}/spool/atjobs +%ghost %attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ %{_fillupdir}/sysconfig.atd %{_unitdir}/atd.service %{_sysusersdir}/system-user-at.conf ++++++ at-tmpfiles.conf ++++++ d /var/spool/atspool 0700 at at d /var/spool/atjobs 1770 at at f /var/spool/atjobs/.SEQ 0600 at at (No newline at EOF)
