diff --git a/a25aa4b649d339dd25c20d5413d81b851a77e0b2.patch b/a25aa4b649d339dd25c20d5413d81b851a77e0b2.patch new file mode 100644 index 0000000000000000000000000000000000000000..7417386b61fe5a0da5c49d07398255b876f4d338 --- /dev/null +++ b/a25aa4b649d339dd25c20d5413d81b851a77e0b2.patch @@ -0,0 +1,75 @@ +diff --git a/.rh_rpm_package b/.rh_rpm_package +index c08b6ad..672f66a 100644 +--- a/.rh_rpm_package ++++ b/.rh_rpm_package +@@ -1 +1 @@ +-7.2.8++ ++7.2.9 +diff --git a/README b/README +index bfbaef6..e2af924 100644 +--- a/README ++++ b/README +@@ -33,7 +33,6 @@ + can be found here: + + https://crash-utility.github.io/crash_whitepaper.html +- + + These are the current prerequisites: + +@@ -75,8 +74,8 @@ + + To build the crash utility: + +- $ tar -xf crash-7.2.8.tar.gz +- $ cd crash-7.2.8 ++ $ tar -xf crash-7.2.9.tar.gz ++ $ cd crash-7.2.9 + $ make + + The initial build will take several minutes because the embedded gdb module +@@ -119,7 +118,7 @@ + If neither /dev/mem or /dev/crash are available, then /proc/kcore will be + be used as the live memory source. If /proc/kcore is also restricted, then + the Red Hat /dev/crash driver may be compiled and installed; its source +- is included in the crash-7.2.8/memory_driver subdirectory. ++ is included in the crash-7.2.9/memory_driver subdirectory. + + If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src + or /usr/lib/debug/lib/modules subdirectory, then no command line arguments +@@ -130,7 +129,7 @@ + + $ crash + +- crash 7.2.8 ++ crash 7.2.9 + Copyright (C) 2002-2020 Red Hat, Inc. + Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation + Copyright (C) 1999-2006 Hewlett-Packard Co +@@ -155,7 +154,7 @@ + KERNEL: /boot/vmlinux + DUMPFILE: /dev/mem + CPUS: 1 +- DATE: Thu Jan 30 13:58:56 2020 ++ DATE: Fri Nov 20 08:31:51 JST 2020 + UPTIME: 10 days, 22:55:18 + LOAD AVERAGE: 0.08, 0.03, 0.01 + TASKS: 42 +@@ -183,7 +182,7 @@ + eval kmem ptob sym wr + exit list ptov sys q + +- crash version: 7.2.8 gdb version: 7.6 ++ crash version: 7.2.9 gdb version: 7.6 + For help on any command above, enter "help ". + For help on input options, enter "help input". + For help on output options, enter "help output". +@@ -196,7 +195,7 @@ + + $ crash vmlinux vmcore + +- crash 7.2.8 ++ crash 7.2.9 + Copyright (C) 2002-2020 Red Hat, Inc. + Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation + Copyright (C) 1999-2006 Hewlett-Packard Co diff --git a/crash.spec b/crash.spec index 56316c6dece61d96031646f64f15d49dbe86fa60..80d07d06786cb64fbd8b198795bdd1c34a3e2426 100644 --- a/crash.spec +++ b/crash.spec @@ -1,6 +1,6 @@ Name: crash Version: 7.2.8 -Release: 3 +Release: 4 Summary: Linux kernel crash utility. License: GPLv3 URL: http://people.redhat.com/anderson @@ -11,6 +11,7 @@ Patch1: use_system_readline_v3.patch Patch9000: add-SDEI-stack-resolution.patch Patch9001: fix-bitmap_len-calculation-overflow-problem-in-large.patch +Patch9002: a25aa4b649d339dd25c20d5413d81b851a77e0b2.patch BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel BuildRequires: gcc gcc-c++ bison readline-devel @@ -75,6 +76,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h %{_mandir}/man8/crash.8* %changelog +* 20201120083007621237 patch-tracking 7.2.8-4 +- append patch file of upstream repository from to + * Tue Sep 8 2020 shixuantong - 7.2.8-3 - Restore Source0 and URL @@ -91,4 +95,4 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h - Package rebuild. * Fri Aug 30 2019 openEuler Buildteam - 7.2.6-1 -- Package init. +- Package init. \ No newline at end of file