diff --git a/_service b/_service new file mode 100644 index 0000000..2b3d3af --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + 2.4 + 2.4+git%cd.%h + https://github.com/SUSE/rebootmgr.git + git + enable + + + xz + *.tar + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..bb49ccb --- /dev/null +++ b/_servicedata @@ -0,0 +1,5 @@ + + + https://github.com/SUSE/rebootmgr.git + 30e5383142b027a3f61fd6b4e910fb192101d32e + \ No newline at end of file diff --git a/rebootmgr-2.3.tar.xz b/rebootmgr-2.3.tar.xz deleted file mode 100644 index 4c87259..0000000 --- a/rebootmgr-2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3b9e6c9e4f2515b856d9367e28a3d6531fc8aca3ddd897b499068f3db6a9c1 -size 167400 diff --git a/rebootmgr-2.4+git20240524.30e5383.tar.xz b/rebootmgr-2.4+git20240524.30e5383.tar.xz new file mode 100644 index 0000000..003a475 --- /dev/null +++ b/rebootmgr-2.4+git20240524.30e5383.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2246fe69ff25a570a35f53f4b7e928b20fba55a058429d2240e34a6c5067b19 +size 65604 diff --git a/rebootmgr.changes b/rebootmgr.changes index 1f6b3a0..abb4308 100644 --- a/rebootmgr.changes +++ b/rebootmgr.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri May 24 11:56:30 UTC 2024 - kukuk@suse.com + +- Update to version 2.4+git20240524.30e5383: + * Move tmpfiles.d/soft-reboot-cleanup.conf to aaa_base + +------------------------------------------------------------------- +Fri May 03 13:10:33 UTC 2024 - kukuk@suse.com + +- Remove rcrebootmgr symlink +- Update to version 2.4+git20240503.5b98913: + * Don't generate html documentation anymore + * Fix manual page dependencies for parallel build + * Update configure.ac + * Fix soft-reboot detection in forced mode + +------------------------------------------------------------------- +Fri Mar 15 12:34:51 UTC 2024 - Thorsten Kukuk + +- Update to version 2.4 + - Make sure systemctl reboot will not switch to soft-reboot + automatically + ------------------------------------------------------------------- Fri Mar 8 09:51:29 UTC 2024 - Thorsten Kukuk diff --git a/rebootmgr.spec b/rebootmgr.spec index 101b0e0..c7c14d0 100644 --- a/rebootmgr.spec +++ b/rebootmgr.spec @@ -24,13 +24,16 @@ %endif Name: rebootmgr -Version: 2.3 +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 Group: System/Base URL: https://github.com/SUSE/rebootmgr Source: %{name}-%{version}.tar.xz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-1) @@ -45,12 +48,12 @@ If you updated a system with e.g. transactional updates or a kernel update was a %setup -q %build +./autogen.sh %configure make %{?_smp_mflags} %install %make_install -ln -sf service %{buildroot}%{_sbindir}/rcrebootmgr if [ ! -d %{buildroot}%{_distconfdir} ]; then mkdir -p %{buildroot}%{_distconfdir} mv %{buildroot}%{_sysconfdir}/rebootmgr.conf %{buildroot}%{_distconfdir} @@ -82,10 +85,8 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re %{_distconfdir}/rebootmgr.conf %endif %{_unitdir}/rebootmgr.service -%{_tmpfilesdir}/soft-reboot-cleanup.conf %{_sbindir}/rebootmgrctl %{_sbindir}/rebootmgrd -%{_sbindir}/rcrebootmgr %{_datadir}/dbus-1/interfaces/org.opensuse.RebootMgr.xml %{_datadir}/dbus-1/system.d/org.opensuse.RebootMgr.conf %{_mandir}/man1/rebootmgrctl.1%{?ext_man}