From 84fc25737e7f5a779e679aa8cec501bfd255ed73 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Tue, 11 Jan 2022 10:05:40 +0800 Subject: [PATCH] Release 2.0.23-5 resolves: bz1896698 resolves: bz1895258 Signed-off-by: Tao Liu --- kexec-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 2ae85ce..e835ca2 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.23 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -401,6 +401,11 @@ done %endif %changelog +* Tue Jan 11 2022 Tao Liu - 2.0.23-5 +- Set zstd as recommented for kexec-tools +- fix "kdump: Invalid kdump config option auto_reset_crashkernel" error +- use grep -s to suppress error messages about nonexistent or unreadable files + * Thu Jan 6 2022 Tao Liu - 2.0.23-4 - Set zstd as the default compression method for kdump initrd - kdump-lib.sh: Escape '|' for 'failure_action|default' in is_dump_to_rootfs