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..8f5b1e4
--- /dev/null
+++ b/_servicedata
@@ -0,0 +1,5 @@
+
+
+ https://github.com/SUSE/rebootmgr.git
+ 5b98913fb31495c911c0eb6b919c503e26943bd1
+
\ No newline at end of file
diff --git a/rebootmgr-2.4+git20240503.5b98913.tar.xz b/rebootmgr-2.4+git20240503.5b98913.tar.xz
new file mode 100644
index 0000000..775397e
--- /dev/null
+++ b/rebootmgr-2.4+git20240503.5b98913.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ef6dbf8df5a41251dae38427c2d131fda10a3b9850a9143a76f1da64cac76e10
+size 65732
diff --git a/rebootmgr-2.4.tar.xz b/rebootmgr-2.4.tar.xz
deleted file mode 100644
index d17e7fd..0000000
--- a/rebootmgr-2.4.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:99ee5f2d91ade7ec2d002be2897fe096019073e6b8d9b92d95397a3843950fb1
-size 167508
diff --git a/rebootmgr.changes b/rebootmgr.changes
index a519ccf..2ca3a8e 100644
--- a/rebootmgr.changes
+++ b/rebootmgr.changes
@@ -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
diff --git a/rebootmgr.spec b/rebootmgr.spec
index c76e534..b71005a 100644
--- a/rebootmgr.spec
+++ b/rebootmgr.spec
@@ -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}