Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rebootmgr for openSUSE:Factory checked in at 2025-01-30 14:49:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rebootmgr (Old) and /work/SRC/openSUSE:Factory/.rebootmgr.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rebootmgr" Thu Jan 30 14:49:11 2025 rev:31 rq:1241153 version:3.0+git20250129.eed876f Changes: -------- --- /work/SRC/openSUSE:Factory/rebootmgr/rebootmgr.changes 2024-11-11 13:43:42.491748132 +0100 +++ /work/SRC/openSUSE:Factory/.rebootmgr.new.2316/rebootmgr.changes 2025-01-30 14:49:12.348512764 +0100 @@ -1,0 +2,45 @@ +Wed Jan 29 09:56:49 UTC 2025 - ku...@suse.com + +- Update to version 3.0+git20250129.eed876f: + * Release version 3.1 + * rebootmgrd: fix check if new strategy is valid + +------------------------------------------------------------------- +Tue Jan 28 15:05:30 UTC 2025 - ku...@suse.com + +- Update to version 3.0+git20250128.8fa577c: + * Import version 3.0 based on sd-varlink + +------------------------------------------------------------------- +Mon Jan 27 13:25:24 UTC 2025 - ku...@suse.com + +- Update to version 3.0+git20250127.73667d7: + * rebootmgrctl: implement verbose dump-config verb + * Fix search path for vendor config file + * Add CI with openSUSE container + * Add new methods and use UID auth +- Add timezone to BuildRequires for test suite + +------------------------------------------------------------------- +Wed Jan 15 11:05:37 UTC 2025 - ku...@suse.com + +- Update to version 3.0+git20250114.f74a9d5: + * Add bash-completion for rebootmgrctl + +------------------------------------------------------------------- +Thu Dec 19 15:28:20 UTC 2024 - ku...@suse.com + +- Update to version 3.0+git20241219.7166827: + * Remove left overs from dbus related manual page + * Use int64 to parse JSON for time_t + * Set varlink info + * Move announce_ready() call to a later place + * Require libeconf 0.7.5 + * Free event loop in destroy context. + * Add missing error reply + * Remove unused log_type variable + * Add internal error to varlink interface + * Move varlink definition into own file + * Update manual pages + +------------------------------------------------------------------- Old: ---- rebootmgr-2.6+git20241108.fc0c103.tar.xz New: ---- rebootmgr-3.0+git20250129.eed876f.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rebootmgr.spec ++++++ --- /var/tmp/diff_new_pack.xiZ7Tv/_old 2025-01-30 14:49:13.008539942 +0100 +++ /var/tmp/diff_new_pack.xiZ7Tv/_new 2025-01-30 14:49:13.012540107 +0100 @@ -1,7 +1,7 @@ # # spec file for package rebootmgr # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rebootmgr -Version: 2.6+git20241108.fc0c103 +Version: 3.0+git20250129.eed876f Release: 0 Summary: Automatic controlled reboot during a maintenance window License: GPL-2.0-only AND LGPL-2.1-or-later @@ -27,8 +27,9 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(libeconf) +BuildRequires: timezone +BuildRequires: pkgconfig(libeconf) >= 0.7.6 +BuildRequires: pkgconfig(libsystemd) >= 257 %description RebootManager is a dbus service to execute a controlled reboot after updates in a defined maintenance window. @@ -44,13 +45,16 @@ %install %meson_install -ln -sf ../bin/rebootmgrctl %{buildroot}%{_sbindir}/rebootmgrctl -#%check -#meson_test +%check +%meson_test %pre %service_add_pre rebootmgr.service +if [ -f /etc/rebootmgr.conf ] && [ ! -f /etc/rebootmgr/rebootmgr.conf.d/20-old-rebootmgr.conf ]; then + mkdir -p /etc/rebootmgr/rebootmgr.conf.d ||: + mv /etc/rebootmgr.conf /etc/rebootmgr/rebootmgr.conf.d/20-old-rebootmgr.conf +fi %post %service_add_post rebootmgr.service @@ -68,13 +72,10 @@ %{_datadir}/rebootmgr/rebootmgr.conf %{_unitdir}/rebootmgr.service %{_bindir}/rebootmgrctl -%{_sbindir}/rebootmgrctl -%{_sbindir}/rebootmgrd -%{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml -%{_datadir}/dbus-1/system.d/org.opensuse.RebootMgr.conf +%{_libexecdir}/rebootmgrd +%{_datadir}/bash-completion/completions/rebootmgrctl %{_mandir}/man1/rebootmgrctl.1%{?ext_man} %{_mandir}/man5/rebootmgr.conf.5%{?ext_man} %{_mandir}/man8/rebootmgrd.8%{?ext_man} -%{_mandir}/man8/org.opensuse.RebootMgr.conf.8%{?ext_man} %{_mandir}/man8/rebootmgr.service.8%{?ext_man} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.xiZ7Tv/_old 2025-01-30 14:49:13.052541754 +0100 +++ /var/tmp/diff_new_pack.xiZ7Tv/_new 2025-01-30 14:49:13.056541919 +0100 @@ -1,8 +1,9 @@ <services> <service name="tar_scm" mode="manual"> - <param name="version">2.5</param> - <param name="versionformat">2.6+git%cd.%h</param> + <param name="version">3.0</param> + <param name="versionformat">3.0+git%cd.%h</param> <param name="url">https://github.com/SUSE/rebootmgr.git</param> + <param name="revision">master</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.xiZ7Tv/_old 2025-01-30 14:49:13.080542907 +0100 +++ /var/tmp/diff_new_pack.xiZ7Tv/_new 2025-01-30 14:49:13.084543072 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/SUSE/rebootmgr.git</param> - <param name="changesrevision">fc0c103d4ff51f093b54581d47fff6ddf889b895</param></service> + <param name="changesrevision">eed876f90679183432df8e29b2664a699ad3a29d</param></service> </servicedata> (No newline at EOF) ++++++ rebootmgr-2.6+git20241108.fc0c103.tar.xz -> rebootmgr-3.0+git20250129.eed876f.tar.xz ++++++ ++++ 13817 lines of diff (skipped)