From f9a86c628d61ebdba6ebb11dcdf196f62633a2ce Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 28 2023 10:13:57 +0000 Subject: import greenboot-0.15.4-1.el9 --- diff --git a/.gitignore b/.gitignore index 4b07827..01499a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/greenboot-0.15.1.tar.gz +SOURCES/v0.15.4.tar.gz diff --git a/.greenboot.metadata b/.greenboot.metadata index 7f4d042..4080677 100644 --- a/.greenboot.metadata +++ b/.greenboot.metadata @@ -1 +1 @@ -cd2aa9eae984e3d0f64d7423690e8955e7933ac3 SOURCES/greenboot-0.15.1.tar.gz +2e9791bf98c5f1ac57c2ddf7be4dc04d59a9a6f3 SOURCES/v0.15.4.tar.gz diff --git a/SPECS/greenboot.spec b/SPECS/greenboot.spec index 67511ed..13ae5f2 100644 --- a/SPECS/greenboot.spec +++ b/SPECS/greenboot.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: greenboot -Version: 0.15.1 +Version: 0.15.4 Release: 1%{?dist} Summary: Generic Health Check Framework for systemd License: LGPLv2+ @@ -11,7 +11,7 @@ License: LGPLv2+ %global repo_tag v%{version} URL: https://github.com/%{repo_owner}/%{repo_name} -Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.g#/%{name}-%{version}.tar.gz +Source0: https://github.com/%{repo_owner}/%{repo_name}/archive/%{repo_tag}.tar.gz ExcludeArch: s390x BuildRequires: systemd-rpm-macros @@ -89,7 +89,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %systemd_post greenboot-grub2-set-success.service %systemd_post greenboot-rpm-ostree-grub2-check-fallback.service %systemd_post redboot-auto-reboot.service -%systemd_post greenboot-service-monitor.service %post default-health-checks %systemd_post greenboot-loading-message.service @@ -104,7 +103,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %systemd_preun greenboot-grub2-set-counter.service %systemd_preun greenboot-grub2-set-success.service %systemd_preun greenboot-rpm-ostree-grub2-check-fallback.service -%systemd_preun greenboot-service-monitor.service %preun default-health-checks %systemd_preun greenboot-loading-message.service @@ -119,7 +117,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %systemd_postun greenboot-grub2-set-counter.service %systemd_postun greenboot-grub2-set-success.service %systemd_postun greenboot-rpm-ostree-grub2-check-fallback.service -%systemd_postun greenboot-service-monitor.service %postun default-health-checks %systemd_postun greenboot-loading-message.service @@ -160,8 +157,6 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %{_unitdir}/greenboot-rpm-ostree-grub2-check-fallback.service %{_libexecdir}/%{name}/redboot-auto-reboot %{_unitdir}/redboot-auto-reboot.service -%{_libexecdir}/%{name}/greenboot-service-monitor -%{_unitdir}/greenboot-service-monitor.service %{_sysconfdir}/%{name}/greenboot.conf %files default-health-checks @@ -171,6 +166,20 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam %{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh %changelog +* 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