From 71d20dc825d7db5810b733fd2c615804d032c511 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Wed, 29 Jan 2020 08:17:29 +0800 Subject: [PATCH] Release 2.0.20-8 Signed-off-by: Kairui Song --- kexec-tools.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 73d985a..91ea245 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -341,6 +341,15 @@ done %endif %changelog +* Wed Jan 29 2020 Kairui Song - 2.0.20-8 +- Update makedumpfile to 1.6.7 +- Add a hook to wait for kdump target in initqueue +- Always install sed and awk +- Fix potential ssh/nfs kdump failure of missing "ip" command +- kdump-lib.sh: Fix is_nfs_dump_target +- Always use get_save_path to get the 'path' option +- kdump-lib: Don't abuse echo, and clean up + * Sun Dec 29 2019 Kairui Song - 2.0.20-7 - Fix building failure due to makedumpfile's compile flag - mkdumprd: Fix dracut args parsing