Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
c3d49fe159 |
11
_service
11
_service
@@ -1,15 +1,14 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">1.12</param>
|
<param name="version">1.10</param>
|
||||||
<param name="versionformat">1.12+git%cd.%h</param>
|
<param name="versionformat">1.10+git%cd.%h</param>
|
||||||
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="manual"/>
|
<service name="recompress" mode="disabled">
|
||||||
<service name="tar" mode="buildtime"/>
|
|
||||||
<service name="recompress" mode="buildtime">
|
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
</services>
|
</services>
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
<param name="url">https://github.com/openSUSE/health-checker.git</param>
|
||||||
<param name="changesrevision">2e2832f157429be17ddf7bb21976eee2cda251d6</param></service>
|
<param name="changesrevision">cb84209fd0bc4a9e05d96b85e0a60f90209f3e06</param></service>
|
||||||
</servicedata>
|
</servicedata>
|
BIN
health-checker-1.10+git20240111.cb84209.tar.xz
(Stored with Git LFS)
Normal file
BIN
health-checker-1.10+git20240111.cb84209.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
health-checker-1.12+git20241105.2e2832f15742.obscpio
(Stored with Git LFS)
BIN
health-checker-1.12+git20241105.2e2832f15742.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,30 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Thu Jun 20 12:01:36 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@@ -1,4 +0,0 @@
|
|||||||
name: health-checker
|
|
||||||
version: 1.12+git20241105.2e2832f15742
|
|
||||||
mtime: 1730793604
|
|
||||||
commit: 2e2832f157429be17ddf7bb21976eee2cda251d6
|
|
@@ -19,7 +19,7 @@
|
|||||||
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
|
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: health-checker
|
Name: health-checker
|
||||||
Version: 1.12+git20241105.2e2832f15742
|
Version: 1.10+git20240111.cb84209
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Service for verifying that important services are running
|
Summary: Service for verifying that important services are running
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -54,6 +54,26 @@ Provides: health-checker-plugins = 1.0
|
|||||||
This package contains health-checker plugins for testing that
|
This package contains health-checker plugins for testing that
|
||||||
the openSUSE MicroOS did boot correctly.
|
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
|
%package testing
|
||||||
Summary: Test plugin for health-checker
|
Summary: Test plugin for health-checker
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
@@ -100,7 +120,6 @@ make %{?_smp_mflags}
|
|||||||
%dir %{_libexecdir}/health-checker/
|
%dir %{_libexecdir}/health-checker/
|
||||||
%{_libexecdir}/health-checker/btrfs-subvolumes-mounted.sh
|
%{_libexecdir}/health-checker/btrfs-subvolumes-mounted.sh
|
||||||
%{_libexecdir}/health-checker/logind.sh
|
%{_libexecdir}/health-checker/logind.sh
|
||||||
%{_libexecdir}/health-checker/rpmdb-consistency.sh
|
|
||||||
%{_libexecdir}/health-checker/tmp.sh
|
%{_libexecdir}/health-checker/tmp.sh
|
||||||
%{_sbindir}/health-checker
|
%{_sbindir}/health-checker
|
||||||
%{_mandir}/man8/health-checker.8%{?ext_man}
|
%{_mandir}/man8/health-checker.8%{?ext_man}
|
||||||
@@ -110,9 +129,16 @@ make %{?_smp_mflags}
|
|||||||
%{_dracutmoduledir}/50health-checker
|
%{_dracutmoduledir}/50health-checker
|
||||||
|
|
||||||
%files plugins-MicroOS
|
%files plugins-MicroOS
|
||||||
|
%{_libexecdir}/health-checker/crio.sh
|
||||||
%{_libexecdir}/health-checker/etc-overlayfs.sh
|
%{_libexecdir}/health-checker/etc-overlayfs.sh
|
||||||
%{_libexecdir}/health-checker/rebootmgr.sh
|
%{_libexecdir}/health-checker/rebootmgr.sh
|
||||||
|
|
||||||
|
%files plugins-caasp
|
||||||
|
%{_libexecdir}/health-checker/etcd.sh
|
||||||
|
|
||||||
|
%files plugins-kubic
|
||||||
|
%{_libexecdir}/health-checker/kubelet.sh
|
||||||
|
|
||||||
%files testing
|
%files testing
|
||||||
%{_libexecdir}/health-checker/health-check-tester.sh
|
%{_libexecdir}/health-checker/health-check-tester.sh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user