From 302be5c34b400b6dcb948f18fd1ee6d254a3d8bd Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Sun, 20 Jun 2021 02:37:47 +0800 Subject: [PATCH] Release 2.0.22-3 Signed-off-by: Kairui Song --- kexec-tools.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index e94ed02..7b29b0e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.22 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -353,6 +353,21 @@ done %endif %changelog +* Sun Jun 20 2021 Kairui Song - 2.0.22-3 +- selftest: Make test_base_image depends on EXTRA_RPMS +- selftest: fix the error of misplacing double quotes +- mkdumprd: display the absolute path of dump location in the check_user_configured_target() +- Iterate /sys/bus/ccwgroup/devices to tell if we should set up rd.znet +- Use a customized emergency shell +- Remove the kdump error handler isolation wrapper +- Don's try to restart dracut-initqueue if it's already there +- kdump-lib.sh: fix a warning in prepare_kdump_bootinfo() +- kdump-lib.sh: fix the case if no enough total RAM for kdump in get_recommend_size() +- kdumpctl: Add kdumpctl estimate +- mkdumprd: make use of the new get_luks_crypt_dev helper +- kdump-lib.sh: introduce a helper to get all crypt dev used by kdump +- kdump-lib.sh: introduce a helper to get underlying crypt device + * Thu May 13 2021 Kairui Song - 2.0.22-2 - Disable CMA in kdump 2nd kernel - Warn the user if network scripts are used