Sync from SUSE:SLFO:Main health-checker revision 9d606d615619c92e291d6d0e12fdda34
This commit is contained in:
parent
003e996a28
commit
f90150dac8
11
_service
11
_service
@ -1,14 +1,15 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.10</param>
|
||||
<param name="versionformat">1.10+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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
||||
<param name="changesrevision">cb84209fd0bc4a9e05d96b85e0a60f90209f3e06</param></service>
|
||||
<param name="changesrevision">2e2832f157429be17ddf7bb21976eee2cda251d6</param></service>
|
||||
</servicedata>
|
BIN
health-checker-1.10+git20240111.cb84209.tar.xz
(Stored with Git LFS)
BIN
health-checker-1.10+git20240111.cb84209.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
health-checker-1.12+git20241105.2e2832f15742.obscpio
(Stored with Git LFS)
Normal file
BIN
health-checker-1.12+git20241105.2e2832f15742.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 1.11+git20240730.5dafd6a:
|
||||
* Add rpm db consistency plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 12:01:36 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
|
4
health-checker.obsinfo
Normal file
4
health-checker.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: health-checker
|
||||
version: 1.12+git20241105.2e2832f15742
|
||||
mtime: 1730793604
|
||||
commit: 2e2832f157429be17ddf7bb21976eee2cda251d6
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user