From d9c0c2f68f1d2a8fb85ee21d95bd30be92161331 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Mon, 12 Aug 2019 18:08:12 +0800 Subject: [PATCH] Release 2.0.20-3 Signed-off-by: Kairui Song --- kexec-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index eb6fe29..71898da 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -339,6 +339,12 @@ done %endif %changelog +* Mon Aug 12 2019 Kairui Song - 2.0.20-3 +- kdumpctl: wait a while for network ready if dump target is ssh +- makedumpfile: Increase SECTION_MAP_LAST_BIT to 4 +- makedumpfile: Do not proceed when get_num_dumpable_cyclic() fails +- Don't forward and drop journalctl logs for fadump + * Fri Aug 02 2019 Kairui Song - 2.0.20-2 - x86: Fix broken multiboot2 buliding for i386 - dracut-module-setup.sh: skip alias of localhost in get_pcs_fence_kdump_nodes()