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:
commit
293c33321a
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
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.
3
health-checker-1.11+git20240730.5dafd6a.tar.xz
Normal file
3
health-checker-1.11+git20240730.5dafd6a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67f7c3a3d6f26758a1511f16e1c5e61c153e532a8d2439ee16c6537b747d7170
|
||||
size 21120
|
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user