diff --git a/add-secure-compile-options-for-makedumpfile.patch b/add-secure-compile-options-for-makedumpfile.patch index a3207c321898e9527bdd74481230d7ae0580430c..21ca0efcb2a248e86eb1bf0c5a91521aea50346c 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 160b456ca33f71dfd1d8778449899ea742038cce..a3748ed26f9e6cd1cb996fa67a427bc33b91c9ea 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: 6 +Release: 7 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -299,6 +299,9 @@ done %endif %changelog +* 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 9a94f6db9b7b58539e57720d6db3d4363f1999a9..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..033903cb1af025ff3a2f51e2bba8371492589a8f Binary files /dev/null and b/makedumpfile-1.7.4.tar.gz differ