Ana Guerrero 2024-12-09 20:09:40 +00:00 committed by Git OBS Bridge
commit 5ab61587df
7 changed files with 36 additions and 37 deletions

View File

@ -1,14 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.11</param>
<param name="versionformat">1.11+git%cd.%h</param>
<service name="obs_scm" mode="manual">
<param name="version">1.12</param>
<param name="versionformat">1.12+git%cd.%h</param>
<param name="url">https://github.com/openSUSE/health-checker.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,5 +1,5 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/health-checker.git</param>
<param name="changesrevision">5dafd6a1983a5675c222466011d21842d75e6fb6</param></service>
<param name="changesrevision">2e2832f157429be17ddf7bb21976eee2cda251d6</param></service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Nov 05 10:07:57 UTC 2024 - Fabian Vogt <fvogt@suse.com>
- 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

4
health-checker.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: health-checker
version: 1.12+git20241105.2e2832f15742
mtime: 1730793604
commit: 2e2832f157429be17ddf7bb21976eee2cda251d6

View File

@ -19,7 +19,7 @@
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
Name: health-checker
Version: 1.11+git20240730.5dafd6a
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
@ -130,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