[kexec-tools] Release 2.0.6-1

WANG Chao wangchao at fedoraproject.org
Wed Mar 26 07:29:07 UTC 2014


commit 33d1bf7e67681ec68f8d8abfcf72b7e757c2b0f0
Author: WANG Chao <chaowang at redhat.com>
Date:   Wed Mar 26 15:11:06 2014 +0800

    Release 2.0.6-1
    
    Signed-off-by: WANG Chao <chaowang at redhat.com>

 .gitignore                                         |    1 +
 ...ix-build-failure-bzImage_support_efi_boot.patch |   29 ----------------
 ...i386-fix-redefinition-error-for-e820entry.patch |   36 --------------------
 kexec-tools.spec                                   |   14 ++++---
 sources                                            |    1 +
 5 files changed, 10 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5c2bde..012ac17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ makedumpfile-1.3.5.tar.gz
 /kexec-tools-po-20131224.tgz
 /makedumpfile-1.5.5.tar.gz
 /kexec-tools-2.0.5.tar.xz
+/kexec-tools-2.0.6.tar.xz
diff --git a/kexec-tools.spec b/kexec-tools.spec
index 0c850e4..94f03c8 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -1,6 +1,6 @@
 Name: kexec-tools
-Version: 2.0.5
-Release: 2%{?dist}
+Version: 2.0.6
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component
@@ -53,8 +53,6 @@ Obsoletes: diskdumputils netdump
 #
 # Patches 0 through 100 are meant for x86 kexec-tools enablement
 #
-Patch000: kexec-tools-2.0.5-i386-fix-build-failure-bzImage_support_efi_boot.patch
-Patch001: kexec-tools-2.0.5-i386-fix-redefinition-error-for-e820entry.patch
 
 #
 # Patches 101 through 200 are meant for x86_64 kexec-tools enablement
@@ -113,8 +111,6 @@ tar -z -x -v -f %{SOURCE19}
 %patch601 -p1
 %patch604 -p1
 %patch618 -p1
-%patch000 -p1
-%patch001 -p1
 %patch619 -p1
 
 tar -z -x -v -f %{SOURCE13}
@@ -335,6 +331,12 @@ done
 %endif
 
 %changelog
+* Wed Mar 26 2014 WANG Chao <chaowang at redhat.com> - 2.0.6-1
+- Rebase kexec-tools-2.0.6
+- fix an issue when dump path is mounted on nfs
+- vmcore-dmesg: stack smashing fix
+- get_ssh_size fix for localized df output
+
 * Mon Mar 10 2014 WANG Chao <chaowang at redhat.com> - 2.0.5-2
 - Warn about save vmcore patch mounted by another disk
 - Omit dracut resume module
diff --git a/sources b/sources
index e15db4d..83dbd0b 100644
--- a/sources
+++ b/sources
@@ -2,3 +2,4 @@ b48eb2726d602c1aa3abfd3739441f54  eppic_030413.tar.gz
 ba3710c36b287b6a61b2867b4c9b6478  kexec-tools-po-20131224.tgz
 70ff343bbe6657b69beb23458e3e0b98  makedumpfile-1.5.5.tar.gz
 e476990aa00e27a799a89b3c8f63e82b  kexec-tools-2.0.5.tar.xz
+9192e5b9fab094b90f481226d1ad5e74  kexec-tools-2.0.6.tar.xz


More information about the scm-commits mailing list