From e57eca0beb4d6f501845f5362beefde648d0622e41f8e411f10e4e4068e888ea Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 9 May 2023 06:41:56 +0000 Subject: [PATCH] Accepting request 1085588 from home:fos:branches:devel:microos - Update to version 1.8 * Don't rely on t-u's good states in GRUB With the introduction of the "apply" command in transactional-update the snapshots don't require a reboot any more to be registered as a "good" snapshot. Due to [boo#1048088] the GRUB part of health-checker was using the t-u file as a workaround which cannot be done any more now, so store the last good snapshot path from a health-checker perspective independently now. OBS-URL: https://build.opensuse.org/request/show/1085588 OBS-URL: https://build.opensuse.org/package/show/devel:microos/health-checker?expand=0&rev=4 --- health-checker-1.7.tar.xz | 3 --- health-checker-1.8.tar.xz | 3 +++ health-checker.changes | 13 +++++++++++++ health-checker.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 health-checker-1.7.tar.xz create mode 100644 health-checker-1.8.tar.xz diff --git a/health-checker-1.7.tar.xz b/health-checker-1.7.tar.xz deleted file mode 100644 index e8172ce..0000000 --- a/health-checker-1.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da70347531b970c9c437219a91ed9a92da80c10ac74810cbcf61b191a3e955df -size 73908 diff --git a/health-checker-1.8.tar.xz b/health-checker-1.8.tar.xz new file mode 100644 index 0000000..646f227 --- /dev/null +++ b/health-checker-1.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b336734317b51f6167b67503e238478280f0e0a12499546bf429b7fc0e7b7452 +size 74032 diff --git a/health-checker.changes b/health-checker.changes index 15c530b..654d0ec 100644 --- a/health-checker.changes +++ b/health-checker.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon May 8 22:12:48 UTC 2023 - Ignaz Forster + +- Update to version 1.8 + * Don't rely on t-u's good states in GRUB + With the introduction of the "apply" command in + transactional-update the snapshots don't require a reboot any + more to be registered as a "good" snapshot. Due to + [boo#1048088] the GRUB part of health-checker was using the t-u + file as a workaround which cannot be done any more now, so + store the last good snapshot path from a health-checker + perspective independently now. + ------------------------------------------------------------------- Tue Sep 6 09:39:18 UTC 2022 - Ignaz Forster diff --git a/health-checker.spec b/health-checker.spec index dec4ec6..4c558c2 100644 --- a/health-checker.spec +++ b/health-checker.spec @@ -1,7 +1,7 @@ # # spec file for package health-checker # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut) Name: health-checker -Version: 1.7 +Version: 1.8 Release: 0 Summary: Service for verifying that important services are running License: GPL-2.0-only