From ce17b896eaa820aa752508649cf5d1dc345a3715 Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Mon, 7 Jun 2021 14:38:20 +0800 Subject: [PATCH] Release 2.0.22-5 Resolve: bz1901024 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 0beca0c..6ceb75e 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.22 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -353,6 +353,11 @@ done %endif %changelog +* Mon Jun 7 2021 Tao Liu - 2.0.22-5 +- Use a customized emergency shell +- Remove the kdump error handler isolation wrapper +- Don's try to restart dracut-initqueue if it's already there + * Thu May 27 2021 Tao Liu - 2.0.22-4 - kdump-lib.sh: fix the case if no enough total RAM for kdump in get_recommend_size()