From 06c776f36be5891fa404e7ec8039ee97109753c7 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Fri, 14 Jul 2017 16:07:11 +0800 Subject: [PATCH] Release 2.0.15-3 --- kexec-tools.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index fd1562c..6e39bd2 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.15 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -327,6 +327,17 @@ done %doc %changelog +* Fri Jul 14 2017 Dave Young - 2.0.15-3 +- module-setup: fix 99kdumpbase network dependency +- mkdumprd: omit dracut modules in case of network dumping +- mkdumprd: omit dracut modules in case of no dm target +- mkdumprd: omit crypt when there is no crypt kdump target +- kdumpctl: use generated rd.lvm.lv=X +- mkdumprd: change for_each_block_target() to use get_kdump_targets() +- kdump-lib.sh: introduce get_kdump_targets() +- kdump-lib.sh: fix improper get_block_dump_target() +- kdumpctl: fix infinite loop caused by running under bash + * Wed Jun 28 2017 Dave Young - 2.0.15-2 - enable makedumpfile for arm64