Accepting request 1190440 from devel:microos

- Update to version 1.11+git20240730.5dafd6a:
  * Add rpm db consistency plugin

OBS-URL: https://build.opensuse.org/request/show/1190440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/health-checker?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2024-07-31 11:28:34 +00:00 committed by Git OBS Bridge
commit 293c33321a
6 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.10</param>
<param name="versionformat">1.10+git%cd.%h</param>
<param name="version">1.11</param>
<param name="versionformat">1.11+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>

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">cb84209fd0bc4a9e05d96b85e0a60f90209f3e06</param></service>
<param name="changesrevision">5dafd6a1983a5675c222466011d21842d75e6fb6</param></service>
</servicedata>

Binary file not shown.

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

View File

@ -19,7 +19,7 @@
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
Name: health-checker
Version: 1.10+git20240111.cb84209
Version: 1.11+git20240730.5dafd6a
Release: 0
Summary: Service for verifying that important services are running
License: GPL-2.0-only
@ -120,6 +120,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}