From 841ea5be0b632f288d9381a21333192ce90c81be Mon Sep 17 00:00:00 2001 From: Dave Young Date: Thu, 27 Apr 2017 14:01:45 +0800 Subject: [PATCH] Release 2.0.14-9 --- kexec-tools.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index e6151db..d085e2f 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.14 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -331,6 +331,11 @@ done %doc %changelog +* Thu Apr 27 2017 Dave Young - 2.0.14-9 +- kdump: Introduce 'force_no_rebuild' option +- kdump-lib-initramfs.sh: ignore the failure of echo +- kdump.sysconfig/x86_64: Add nokaslr to kdump kernel cmdline + * Tue Apr 11 2017 Dave Young - 2.0.14-8 - kdumpctl: fix status check when CONFIG_CRASH_DUMP is not enabled in kernel - kdumpctl: fix a bug in remove_cmdline_param()