diff --git a/.gitignore b/.gitignore index bf8a3cc..01499a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.14.0.tar.gz +SOURCES/v0.15.4.tar.gz diff --git a/.greenboot.metadata b/.greenboot.metadata index d83a68e..4080677 100644 --- a/.greenboot.metadata +++ b/.greenboot.metadata @@ -1 +1 @@ -6c94c4e8961505c4b704248f77ed76f20892cd4d SOURCES/v0.14.0.tar.gz +2e9791bf98c5f1ac57c2ddf7be4dc04d59a9a6f3 SOURCES/v0.15.4.tar.gz diff --git a/SPECS/greenboot.spec b/SPECS/greenboot.spec index 05d0bc6..cf908ec 100644 --- a/SPECS/greenboot.spec +++ b/SPECS/greenboot.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: greenboot -Version: 0.14.0 -Release: 3%{?dist} +Version: 0.15.4 +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 @@ -156,6 +157,7 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib %{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service %{_libexecdir}/%{name}/redboot-auto-reboot %{_unitdir}/redboot-auto-reboot.service +%{_sysconfdir}/%{name}/greenboot.conf %files default-health-checks %{_prefix}/lib/%{name}/check/required.d/01_repository_dns_check.sh @@ -167,6 +169,28 @@ install -DpZm 0755 usr/lib/greenboot/check/wanted.d/* %{buildroot}%{_prefix}/lib * Wed Mar 15 2023 MSVSphere Packaging Team - 0.14.0-3 - Rebuilt for MSVSphere 9.1. +* Tue Feb 21 2023 Paul Whalen - 0.15.4-1 +- Update to 0.15.4 +- Resolves: rhbz#2170924 + +* Tue Nov 29 2022 Paul Whalen - 0.15.3-1 +- The 0.15.3 release +- revert service-monitor + +* Thu Sep 08 2022 Peter Robinson - 0.15.1-3 +- Avoid running health checks if conditions aren't met + +* Wed Aug 31 2022 Peter Robinson - 0.15.1-2 +- disable DefaultDependencies to fix cycle error + +* Tue Aug 09 2022 Peter Robinson - 0.15.1-1 +- Add conf during installation + +* Thu Jul 21 2022 Sayan Paul - 0.15.0-1 +- The 0.15.0 release +- Add service-monitor +- Resolves: rhbz#2053469 + * Tue Jan 18 2022 Peter Robinson - 0.14.0-3 - Obsolete greenboot-status