diff --git a/_service b/_service
index 073d7c8..2f6aaf3 100644
--- a/_service
+++ b/_service
@@ -1,14 +1,15 @@
-
- 1.10
- 1.10+git%cd.%h
+
+ 1.12
+ 1.12+git%cd.%h
https://github.com/openSUSE/health-checker.git
git
enable
-
+
+
+
xz
*.tar
-
diff --git a/_servicedata b/_servicedata
index bfce9e2..22e8965 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,5 +1,5 @@
https://github.com/openSUSE/health-checker.git
- cb84209fd0bc4a9e05d96b85e0a60f90209f3e06
+ 2e2832f157429be17ddf7bb21976eee2cda251d6
\ No newline at end of file
diff --git a/health-checker-1.10+git20240111.cb84209.tar.xz b/health-checker-1.10+git20240111.cb84209.tar.xz
deleted file mode 100644
index e28db36..0000000
--- a/health-checker-1.10+git20240111.cb84209.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:bc6962c6001caa70f28e8ed243b3d6d54040c4f044f8c6f8c77293603c592616
-size 20940
diff --git a/health-checker-1.12+git20241105.2e2832f15742.obscpio b/health-checker-1.12+git20241105.2e2832f15742.obscpio
new file mode 100644
index 0000000..322bb94
--- /dev/null
+++ b/health-checker-1.12+git20241105.2e2832f15742.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44a94b27bcfaeeaf139073a165202bfd9e9d79828a99d0b49ad82e95dfefc857
+size 70155
diff --git a/health-checker.changes b/health-checker.changes
index 41e9fee..cea5a00 100644
--- a/health-checker.changes
+++ b/health-checker.changes
@@ -1,3 +1,30 @@
+-------------------------------------------------------------------
+Tue Nov 05 10:07:57 UTC 2024 - Fabian Vogt
+
+- Update to version 1.12+git20241105.2e2832f15742:
+ * Set RemainAfterExit=yes
+ * Fix header of NEWS file
+- Switch _service over to obs_scm and type="manual"
+
+-------------------------------------------------------------------
+Wed Sep 25 13:49:49 UTC 2024 - iforster@suse.com
+
+- Update to version 1.12+git20240925.08fb1bc:
+ * Release version 1.12
+ * Fix typos: replaced `health-checker.state` occurances with
+ `health-check.state` (#23)
+ * Improve rpmdb consistency check (#21)
+ * Drop crio, etcd and kubelet
+ * Implement missing stop argument
+- Remove plugins-kubic and plugins-caasp packages - the tests were
+ removed upstream because the products were EOL
+
+-------------------------------------------------------------------
+Tue Jul 30 09:58:30 UTC 2024 - iforster@suse.com
+
+- Update to version 1.11+git20240730.5dafd6a:
+ * Add rpm db consistency plugin
+
-------------------------------------------------------------------
Thu Jun 20 12:01:36 UTC 2024 - Thorsten Kukuk
diff --git a/health-checker.obsinfo b/health-checker.obsinfo
new file mode 100644
index 0000000..70dd8fb
--- /dev/null
+++ b/health-checker.obsinfo
@@ -0,0 +1,4 @@
+name: health-checker
+version: 1.12+git20241105.2e2832f15742
+mtime: 1730793604
+commit: 2e2832f157429be17ddf7bb21976eee2cda251d6
diff --git a/health-checker.spec b/health-checker.spec
index b25118b..72f0527 100644
--- a/health-checker.spec
+++ b/health-checker.spec
@@ -19,7 +19,7 @@
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
Name: health-checker
-Version: 1.10+git20240111.cb84209
+Version: 1.12+git20241105.2e2832f15742
Release: 0
Summary: Service for verifying that important services are running
License: GPL-2.0-only
@@ -54,26 +54,6 @@ Provides: health-checker-plugins = 1.0
This package contains health-checker plugins for testing that
the openSUSE MicroOS did boot correctly.
-%package plugins-kubic
-Summary: Health-checker plugins for openSUSE Kubic
-Group: System/Base
-Requires: %{name} >= %{version}
-Provides: health-checker-plugins = 1.0
-
-%description plugins-kubic
-This package contains health-checker plugins for testing that
-the openSUSE Kubic did boot correctly.
-
-%package plugins-caasp
-Summary: Health-checker plugins for SUSE CaaS Platform
-Group: System/Base
-Requires: %{name} >= %{version}
-Provides: health-checker-plugins = 1.0
-
-%description plugins-caasp
-This package contains health-checker plugins for testing that
-the SUSE CaaS Platform did boot correctly.
-
%package testing
Summary: Test plugin for health-checker
Group: System/Base
@@ -120,6 +100,7 @@ make %{?_smp_mflags}
%dir %{_libexecdir}/health-checker/
%{_libexecdir}/health-checker/btrfs-subvolumes-mounted.sh
%{_libexecdir}/health-checker/logind.sh
+%{_libexecdir}/health-checker/rpmdb-consistency.sh
%{_libexecdir}/health-checker/tmp.sh
%{_sbindir}/health-checker
%{_mandir}/man8/health-checker.8%{?ext_man}
@@ -129,16 +110,9 @@ make %{?_smp_mflags}
%{_dracutmoduledir}/50health-checker
%files plugins-MicroOS
-%{_libexecdir}/health-checker/crio.sh
%{_libexecdir}/health-checker/etc-overlayfs.sh
%{_libexecdir}/health-checker/rebootmgr.sh
-%files plugins-caasp
-%{_libexecdir}/health-checker/etcd.sh
-
-%files plugins-kubic
-%{_libexecdir}/health-checker/kubelet.sh
-
%files testing
%{_libexecdir}/health-checker/health-check-tester.sh