Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rebootmgr for openSUSE:Factory checked in at 2024-05-27 11:41:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rebootmgr (Old) and /work/SRC/openSUSE:Factory/.rebootmgr.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rebootmgr" Mon May 27 11:41:10 2024 rev:28 rq:1176723 version:2.4+git20240524.30e5383 Changes: -------- --- /work/SRC/openSUSE:Factory/rebootmgr/rebootmgr.changes 2024-05-05 12:10:38.943580161 +0200 +++ /work/SRC/openSUSE:Factory/.rebootmgr.new.24587/rebootmgr.changes 2024-05-27 11:41:17.513775588 +0200 @@ -1,0 +2,6 @@ +Fri May 24 11:56:30 UTC 2024 - ku...@suse.com + +- Update to version 2.4+git20240524.30e5383: + * Move tmpfiles.d/soft-reboot-cleanup.conf to aaa_base + +------------------------------------------------------------------- Old: ---- rebootmgr-2.4+git20240503.5b98913.tar.xz New: ---- rebootmgr-2.4+git20240524.30e5383.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rebootmgr.spec ++++++ --- /var/tmp/diff_new_pack.ItF9is/_old 2024-05-27 11:41:19.009830249 +0200 +++ /var/tmp/diff_new_pack.ItF9is/_new 2024-05-27 11:41:19.013830395 +0200 @@ -24,7 +24,7 @@ %endif Name: rebootmgr -Version: 2.4+git20240503.5b98913 +Version: 2.4+git20240524.30e5383 Release: 0 Summary: Automatic controlled reboot during a maintenance window License: GPL-2.0-only AND LGPL-2.1-or-later @@ -85,7 +85,6 @@ %{_distconfdir}/rebootmgr.conf %endif %{_unitdir}/rebootmgr.service -%{_tmpfilesdir}/soft-reboot-cleanup.conf %{_sbindir}/rebootmgrctl %{_sbindir}/rebootmgrd %{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ItF9is/_old 2024-05-27 11:41:19.065832295 +0200 +++ /var/tmp/diff_new_pack.ItF9is/_new 2024-05-27 11:41:19.069832441 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/SUSE/rebootmgr.git</param> - <param name="changesrevision">5b98913fb31495c911c0eb6b919c503e26943bd1</param></service> + <param name="changesrevision">30e5383142b027a3f61fd6b4e910fb192101d32e</param></service> </servicedata> (No newline at EOF) ++++++ rebootmgr-2.4+git20240503.5b98913.tar.xz -> rebootmgr-2.4+git20240524.30e5383.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rebootmgr-2.4+git20240503.5b98913/systemd/Makefile.am new/rebootmgr-2.4+git20240524.30e5383/systemd/Makefile.am --- old/rebootmgr-2.4+git20240503.5b98913/systemd/Makefile.am 2024-05-03 15:09:03.000000000 +0200 +++ new/rebootmgr-2.4+git20240524.30e5383/systemd/Makefile.am 2024-05-24 13:55:31.000000000 +0200 @@ -1,12 +1,9 @@ # -# Copyright (c) 2016 Thorsten Kukuk <ku...@suse.de> +# Copyright (c) 2016, 2024 Thorsten Kukuk <ku...@suse.de> # systemddir = @SYSTEMDDIR@ -tmpfilesdir = @TMPFILESDIR@ systemd_DATA = rebootmgr.service -tmpfiles_DATA = soft-reboot-cleanup.conf - EXTRA_DIST = $(DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rebootmgr-2.4+git20240503.5b98913/systemd/soft-reboot-cleanup.conf new/rebootmgr-2.4+git20240524.30e5383/systemd/soft-reboot-cleanup.conf --- old/rebootmgr-2.4+git20240503.5b98913/systemd/soft-reboot-cleanup.conf 2024-05-03 15:09:03.000000000 +0200 +++ new/rebootmgr-2.4+git20240524.30e5383/systemd/soft-reboot-cleanup.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -# This config makes sure that special files in /run get's deleted -# after a soft-reboot. Normally this would happen automatically with -# a real reboot since /run is on tmpfs, but with a soft-reboot, /run -# will survive and we have to cleanup ourself. -r /run/reboot-needed