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()