- 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

OBS-URL: https://build.opensuse.org/package/show/devel:microos/rebootmgr?expand=0&rev=13
This commit is contained in:
Thorsten Kukuk 2024-05-03 13:14:42 +00:00 committed by Git OBS Bridge
parent 200801f05b
commit e8b67c1bc4
6 changed files with 37 additions and 6 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">5b98913fb31495c911c0eb6b919c503e26943bd1</param></service>
</servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef6dbf8df5a41251dae38427c2d131fda10a3b9850a9143a76f1da64cac76e10
size 65732

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99ee5f2d91ade7ec2d002be2897fe096019073e6b8d9b92d95397a3843950fb1
size 167508

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@ -24,13 +24,16 @@
%endif
Name: rebootmgr
Version: 2.4
Version: 2.4+git20240503.5b98913
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}
@ -85,7 +88,6 @@ test -f /etc/rebootmgr.conf.rpmsave && mv -v /etc/rebootmgr.conf.rpmsave /etc/re
%{_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}