diff --git a/add-secure-compile-options-for-makedumpfile.patch b/add-secure-compile-options-for-makedumpfile.patch index a3207c3..21ca0ef 100644 --- a/add-secure-compile-options-for-makedumpfile.patch +++ b/add-secure-compile-options-for-makedumpfile.patch @@ -10,10 +10,10 @@ Signed-off-by: pengyeqing Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -diff --git a/makedumpfile-1.6.7/Makefile b/makedumpfile-1.6.7/Makefile +diff --git a/makedumpfile-1.7.4/Makefile b/makedumpfile-1.7.4/Makefile index 612b9d0..180a64f 100644 ---- a/makedumpfile-1.7.3/Makefile -+++ b/makedumpfile-1.7.3/Makefile +--- a/makedumpfile-1.7.4/Makefile ++++ b/makedumpfile-1.7.4/Makefile @@ -10,9 +10,10 @@ endif CFLAGS_BASE := $(CFLAGS) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ diff --git a/kexec-tools.spec b/kexec-tools.spec index fb3ba1d..bc2a6d2 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,10 +1,10 @@ %global eppic_ver e8844d3793471163ae4a56d8f95897be9e5bd554 %global eppic_shortver %(c=%{eppic_ver}; echo ${c:0:7}) -%global mkdf_ver 1.7.3 +%global mkdf_ver 1.7.4 Name: kexec-tools Version: 2.0.26 -Release: 7 +Release: 8 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -299,9 +299,12 @@ done %endif %changelog -* Wed Jul 24 2024 zhangzikang - 2.0.26-7 +* Wed Aug 14 2024 zhangzikang - 2.0.26-8 - Fix "grep: warning: stray \ before -" +* Tue Jul 30 2024 chenhaixiang - 2.0.26-7 +- update makedumpfile to makedumpfile-1.7.4 + * Mon Jul 8 2024 chenhaixiang - 2.0.26-6 - Undo the deletion of rd.lvm.lv in cmdline diff --git a/makedumpfile-1.7.3.tar.gz b/makedumpfile-1.7.3.tar.gz deleted file mode 100644 index 9a94f6d..0000000 Binary files a/makedumpfile-1.7.3.tar.gz and /dev/null differ diff --git a/makedumpfile-1.7.4.tar.gz b/makedumpfile-1.7.4.tar.gz new file mode 100644 index 0000000..033903c Binary files /dev/null and b/makedumpfile-1.7.4.tar.gz differ