0.15.1
This commit is contained in:
parent
fcac259227
commit
bd4461afbc
@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: greenboot
|
||||
Version: 0.15.0
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic Health Check Framework for systemd
|
||||
License: LGPLv2+
|
||||
@ -76,6 +76,7 @@ install -DpZm 0644 usr/lib/systemd/system/*.service %{buildroot}%{_unitdir}
|
||||
install -DpZm 0644 usr/lib/tmpfiles.d/greenboot-status-motd.conf %{buildroot}%{_tmpfilesdir}/greenboot-status-motd.conf
|
||||
install -DpZm 0755 usr/lib/greenboot/check/required.d/* %{buildroot}%{_prefix}/lib/%{name}/check/required.d
|
||||
install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib/%{name}/check/wanted.d
|
||||
install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{name}/greenboot.conf
|
||||
|
||||
%post
|
||||
%systemd_post greenboot-healthcheck.service
|
||||
@ -161,6 +162,7 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib
|
||||
%{_unitdir}/redboot-auto-reboot.service
|
||||
%{_libexecdir}/%{name}/greenboot-service-monitor
|
||||
%{_unitdir}/greenboot-service-monitor.service
|
||||
%{_sysconfdir}/%{name}/greenboot.conf
|
||||
|
||||
%files default-health-checks
|
||||
%{_prefix}/lib/%{name}/check/required.d/01_repository_dns_check.sh
|
||||
@ -169,6 +171,9 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib
|
||||
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.1-1
|
||||
- Add conf during installation
|
||||
|
||||
* Thu Jul 21 2022 Sayan Paul <saypaul@fedoraproject.org> - 0.15.0-1
|
||||
- The 0.15.0 release
|
||||
- Add service-monitor
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (greenboot-0.15.0.tar.gz) = 3a304b7462affdadd913ef9c426917534b62a1fa8e605c997a3aae61a938b3338632f0111402a6457f579f0c2a17b37ebe72972a8a99a270930150e375edb3a7
|
||||
SHA512 (greenboot-0.15.1.tar.gz) = 756dd5840ead975082f20defb83489a75b4a3370eaf43a9aa6b7b4dad925597ddf5518e2a0566d1545189bf2e31d2200e626a602433b6a5f5a0d2cb5511dd6d8
|
||||
|
Loading…
Reference in New Issue
Block a user