From 427e1bc3be9711e9e76c6a0724cb7545fcc54c5f Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 22 Oct 2024 15:12:44 +0200 Subject: [PATCH 1/2] fix: reword warning message for disabled checks Signed-off-by: Antonio Murdaca --- usr/libexec/greenboot/greenboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/libexec/greenboot/greenboot b/usr/libexec/greenboot/greenboot index 24f9f8a..e8dcbdb 100755 --- a/usr/libexec/greenboot/greenboot +++ b/usr/libexec/greenboot/greenboot @@ -27,7 +27,7 @@ source_configuration_file function print_unexecuted_checks { for disabled_healthcheck in "${DISABLED_HEALTHCHECKS[@]}"; do if [[ "${DIS_CHECK_STATUS[$disabled_healthcheck]}" == 1 ]]; then - echo "WARNING: $disabled_healthcheck was not found and may be misspelled" + echo "WARNING: $disabled_healthcheck wasn't executed because it's disabled" fi done } From ea48bdcd081fea59f259adcf40fe7558ab057b62 Mon Sep 17 00:00:00 2001 From: saypaul Date: Thu, 31 Oct 2024 14:01:57 +0530 Subject: [PATCH 2/2] Update to 0.15.7 --- greenboot.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/greenboot.spec b/greenboot.spec index dbfcbc7..e0bdd5d 100644 --- a/greenboot.spec +++ b/greenboot.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: greenboot -Version: 0.15.6 +Version: 0.15.7 Release: 1%{?dist} Summary: Generic Health Check Framework for systemd License: LGPL-2.1-or-later @@ -176,6 +176,12 @@ fi %{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh %changelog +* Thu Oct 31 2024 Sayan Paul - 0.15.7-1 +- Update to 0.15.7 +- Reword warning message for disabled checks +- Fixed the issue that boot_counter cannot be unset and some scripts do not have executable permissions +- Packit: only use IoT relevant branches + * Tue Sep 10 2024 Paul Whalen - 0.15.6-1 - Update to 0.15.6