From 16d2e4274d14b7ee2e49ff3a9579e36ba072cb53 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Thu, 13 Feb 2020 16:19:36 +0800 Subject: [PATCH] Release 2.0.20-10 Signed-off-by: Kairui Song --- kexec-tools.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index d7f7dc8..d80b108 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.20 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -348,6 +348,13 @@ done %endif %changelog +* Thu Feb 13 2020 Kairui Song - 2.0.20-10 +- Add --force option to step 2 in early-kdump-howto.txt +- Fix typo in early-kdump-howto.txt +- kexec-tools/module-setup: Ensure eth devices get IP address for VLAN +- powerpc: enable the scripts to capture dump on POWERNV platform +- kdump-lib: switch to the kexec_file_load() syscall on x86_64 by default + * Wed Jan 29 2020 Kairui Song - 2.0.20-9 - Fix building failure