diff --git a/add-secure-compile-options-for-makedumpfile.patch b/add-secure-compile-options-for-makedumpfile.patch index 2b7d0fcf8971d1b077b06a476759aa08722dd454..a3207c321898e9527bdd74481230d7ae0580430c 100644 --- a/add-secure-compile-options-for-makedumpfile.patch +++ b/add-secure-compile-options-for-makedumpfile.patch @@ -12,8 +12,8 @@ Signed-off-by: pengyeqing diff --git a/makedumpfile-1.6.7/Makefile b/makedumpfile-1.6.7/Makefile index 612b9d0..180a64f 100644 ---- a/makedumpfile-1.7.2/Makefile -+++ b/makedumpfile-1.7.2/Makefile +--- a/makedumpfile-1.7.3/Makefile ++++ b/makedumpfile-1.7.3/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 fa3e55e544233bbd380623b4f517654159a1c95e..ea846c9ed312f0104b653577749c15a56ab1abc4 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ %global eppic_ver e8844d3793471163ae4a56d8f95897be9e5bd554 %global eppic_shortver %(c=%{eppic_ver}; echo ${c:0:7}) -%global mkdf_ver 1.7.2 +%global mkdf_ver 1.7.3 Name: kexec-tools Version: 2.0.26 @@ -284,6 +284,9 @@ done %endif %changelog +* Mon Jan 30 2023 chenhaixiang - 2.0.26-3 +- update makedumpfile to makedumpfile-1.7.3 + * Tue Jan 2 2024 peng.zou - 2.0.26-2 - Add ppc64le support diff --git a/makedumpfile-1.7.2.tar.gz b/makedumpfile-1.7.2.tar.gz deleted file mode 100644 index 80e07cd80dadf1dff3b2712e42cf0514ee20eefe..0000000000000000000000000000000000000000 Binary files a/makedumpfile-1.7.2.tar.gz and /dev/null differ diff --git a/makedumpfile-1.7.3.tar.gz b/makedumpfile-1.7.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9a94f6db9b7b58539e57720d6db3d4363f1999a9 Binary files /dev/null and b/makedumpfile-1.7.3.tar.gz differ