summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-18 15:33:13 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-18 15:33:13 +0000
commitf1b61cbd58e140c70f4412aeab5b7722bc4abaf0 (patch)
tree99a3c32a45faed11557d5c516aa2c388631e4483
parent5be00af7c80ed4972c1f3379e6db9937e1a8b7bd (diff)
-rw-r--r--.gitignore1
-rw-r--r--add-secure-compile-options-for-makedumpfile.patch6
-rw-r--r--kexec-tools.spec7
-rw-r--r--sources2
4 files changed, 10 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 80337d2..ce84a39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/eppic-e8844d3.tar.gz
/kexec-tools-2.0.26.tar.xz
/makedumpfile-1.7.3.tar.gz
+/makedumpfile-1.7.4.tar.gz
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 <pengyeqing@huawei.com>
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 160b456..a3748ed 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 <chenhaixiang3@huawei.com> - 2.0.26-7
+- update makedumpfile to makedumpfile-1.7.4
+
* Mon Jul 8 2024 chenhaixiang <chenhaixiang3@huawei.com> - 2.0.26-6
- Undo the deletion of rd.lvm.lv in cmdline
diff --git a/sources b/sources
index 7db3061..fd2e36d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
eff1054d1b1e82128683f6fe7d58d55d eppic-e8844d3.tar.gz
ce3c79e0f639035ef7ddfc39b286a61a kexec-tools-2.0.26.tar.xz
-79a6e73fde9293cc335e96df5654c22e makedumpfile-1.7.3.tar.gz
+9239e9978ddf2cc1ceafdead204ded21 makedumpfile-1.7.4.tar.gz