From 0a9851e2fcd1ae2280bd311423466c161c6e6c2a Mon Sep 17 00:00:00 2001 From: Baoquan He Date: Tue, 21 Apr 2015 11:15:50 +0800 Subject: [PATCH] Release 2.0.8-10 --- kexec-tools.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 3222add..eaa8bd2 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.8 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -305,6 +305,15 @@ done %doc %changelog +* Tue Apr 21 2015 Baoquan He -2.0.8-10 +- add fPIC to makefumpfile CFLAGS to support hardening +- dracut-module-setup: Enhance kdump to support the bind mounted feature in Atomic +- Fix the warning if the target path is bind mount in Atomic +- Get the mount point correctly, if the device has several mount point +- kdump-lib: Add new function to judge the system is Atomic or not +- kdump-lib: Add the new function to enhance bind mounted judgement +- Remove duplicate slash in save path + * Thu Apr 09 2015 Baoquan He -2.0.8-9 - Revert "execute kdump_post after do_default_action" - dracut-module-setup.sh: change the insecure use of /tmp/*$$* filenames