From 7f9dd4568891050648bd63681f68c2185c639551 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Tue, 22 Jan 2019 18:08:05 +0800 Subject: [PATCH] Release 2.0.18-3 Signed-off-by: Kairui Song --- kexec-tools.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index c081975..b8bf1da 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.18 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -324,6 +324,19 @@ done %endif %changelog +* Tue Jan 22 2019 Kairui Song - 2.0.18-3 +- earlykdump: Add a note of final_action option to avoid crash loop +- Add final_action option to kdump.conf +- Add failure_action as alias of default and make default obsolete +- mkdumprd: force drop earlykdump module +- earlykdump: warn when installed kernel version differs from dracut target +- earlykdump: add more sanity check when generating initramfs +- earlykdump: generate symlink with stable name to kernel image and iniramfs +- earlykdump: fix kexec fails to load the early kdump kernel +- mkdumprd: allow spaces after 'path' config phrase with network dump setting +- dracut-module-setup: Don't build squashed image if required modules are missing +- kdump-lib-initramfs.sh: using -force option when poweroff + * Fri Dec 7 2018 Kairui Song - 2.0.18-2 - Update makedumpfile 1.6.5 - Make udev reload rules quiet during bootup