Sync from SUSE:SLFO:Main rebootmgr revision 80a86fd3af97bf4d198e55721f2fd1ff

This commit is contained in:
Adrian Schröter 2024-06-21 11:45:09 +02:00
parent c68d98946e
commit 85e422214e
6 changed files with 50 additions and 7 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">2.4</param>
<param name="versionformat">2.4+git%cd.%h</param>
<param name="url">https://github.com/SUSE/rebootmgr.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

5
_servicedata Normal file
View File

@ -0,0 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUSE/rebootmgr.git</param>
<param name="changesrevision">30e5383142b027a3f61fd6b4e910fb192101d32e</param></service>
</servicedata>

BIN
rebootmgr-2.3.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rebootmgr-2.4+git20240524.30e5383.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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 <kukuk@suse.com>
- 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 <kukuk@suse.com>

View File

@ -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}