From 054aead98382ce0ba16931caf4b21b9e71685769 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Tue, 26 Sep 2023 13:40:52 +0800 Subject: [PATCH] Release 2.0.26-9 Resolves: bz2232499 Signed-off-by: Tao Liu --- kexec-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 225ba38..901852e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.26 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -414,6 +414,12 @@ fi %endif %changelog +* Tue Sep 26 2023 Tao Liu - 2.0.26-9 +- Introduce a function to get reserved memory size +- powerpc: update fadump sysfs node path +- kdumpctl: merge check_current_{kdump,fadump}_status +- kdumpctl: remove unnecessary uses of $? + * Tue Jul 4 2023 Tao Liu - 2.0.26-8 - spec: kdump/ppc64: make servicelog_notify silent when there are no errors