Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aide for openSUSE:Factory checked in at 2026-01-22 15:14:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aide (Old) and /work/SRC/openSUSE:Factory/.aide.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aide" Thu Jan 22 15:14:40 2026 rev:46 rq:1328538 version:0.19.2 Changes: -------- --- /work/SRC/openSUSE:Factory/aide/aide.changes 2025-08-21 16:57:15.428766959 +0200 +++ /work/SRC/openSUSE:Factory/.aide.new.1928/aide.changes 2026-01-22 15:17:13.325835847 +0100 @@ -1,0 +2,5 @@ +Wed Jan 21 13:56:05 UTC 2026 - Marcus Meissner <[email protected]> + +- generate the /var/lib/aide directory via tmpfiles (jsc#PED-14791) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aide.spec ++++++ --- /var/tmp/diff_new_pack.cxUyUX/_old 2026-01-22 15:17:14.493884424 +0100 +++ /var/tmp/diff_new_pack.cxUyUX/_new 2026-01-22 15:17:14.493884424 +0100 @@ -1,7 +1,7 @@ # # spec file for package aide # -# Copyright (c) 2025 SUSE LLC and contributors +# 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 @@ -86,7 +86,7 @@ %install %make_install -install -m 700 -d %{buildroot}%{_localstatedir}/lib/aide +#install -m 700 -d %{buildroot}%{_localstatedir}/lib/aide install -m 700 -d %{buildroot}%{_sysconfdir} install -m 700 -d %{buildroot}%{_unitdir}/ install -m 700 -d %{buildroot}%{_mandir}/man8 @@ -102,6 +102,9 @@ mkdir -p doc/examples%{_sysconfdir}/cron.daily/ cp -a %{SOURCE2} doc/examples%{_sysconfdir}/cron.daily/aide.sh +mkdir %{buildroot}%{_tmpfilesdir} +echo "d %{_localstatedir}/lib/aide 0700 - - -" > %{buildroot}%{_tmpfilesdir}/aide-tmpfiles.conf + %pre %service_add_pre %{name}.service %{name}.timer @@ -113,6 +116,7 @@ sed -i 's/\t/ /g' %{_sysconfdir}/aide.conf fi %service_add_post %{name}.service %{name}.timer +%tmpfiles_create %{_tmpfilesdir}/aide-tmpfiles.conf %preun %service_del_preun %{name}.service %{name}.timer @@ -152,9 +156,10 @@ %{_bindir}/aide /%{_mandir}/man1/aide.1.gz /%{_mandir}/man5/aide.conf.5.gz -%{_localstatedir}/lib/aide %config(noreplace) %{_sysconfdir}/aide.conf %config(noreplace) %{_sysconfdir}/aide_service.conf +%{_tmpfilesdir}/aide-tmpfiles.conf +#{_localstatedir}/lib/aide %{_unitdir}/aide.service %{_unitdir}/aide.timer %{_mandir}/man8/aide.timer.8%{?ext_man}
