From 961bda91524d09ea8a5e2e1c2c1467e4866f12da Mon Sep 17 00:00:00 2001 From: Dave Young Date: Fri, 31 Mar 2017 11:57:36 +0800 Subject: [PATCH] Release 2.0.14-7 --- kexec-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 648d5ea..dcf074c 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.14 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -331,6 +331,10 @@ done %doc %changelog +* Fri Mar 31 2017 Dave Young - 2.0.14-7 +- kdump-emergency: fix "Transaction is destructive" emergency failure +- mkdumprd: reduce lvm2 memory under kdump + * Fri Mar 17 2017 Dave Young - 2.0.14-6 - Fix kernel kaslr caused regressions (kexec -p and makedumpfile --mem-usage)