Dominique Leuenberger 2020-08-28 19:17:29 +00:00 committed by Git OBS Bridge
parent 6808f2c38a
commit 7f16c59b86
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08d6cce6ce5d46f98faaa63a36fc9a476087c0e30bbd617c0291107a3c2b9d35
size 72472

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 19 14:39:29 UTC 2020 - Ignaz Forster <iforster@suse.com>
- Update to version 1.4
* Add checks for /tmp and systemd-logind
* Build system cleanup
-------------------------------------------------------------------
Tue May 19 12:06:30 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -19,7 +19,7 @@
%define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
Name: health-checker
Version: 1.3.4
Version: 1.4
Release: 0
Summary: Service for verifying that important services are running
License: GPL-2.0-only
@ -117,6 +117,8 @@ ln -sf service %{buildroot}%{_sbindir}/rchealth-checker
%{_unitdir}/health-checker.service
%dir %{_libexecdir}/health-checker/
%{_libexecdir}/health-checker/btrfs-subvolumes-mounted.sh
%{_libexecdir}/health-checker/logind.sh
%{_libexecdir}/health-checker/tmp.sh
%{_sbindir}/health-checker
%{_sbindir}/rchealth-checker
%{_mandir}/man8/health-checker.8%{?ext_man}