diff --git a/SOURCES/github_0f29a8ac6b73.patch b/SOURCES/github_0f29a8ac6b73.patch new file mode 100644 index 0000000..492be74 --- /dev/null +++ b/SOURCES/github_0f29a8ac6b73.patch @@ -0,0 +1,60 @@ +commit 0f29a8ac6b731be5bb47cf70355dc99ba6284741 +Author: Dave Anderson +Date: Fri May 8 11:46:04 2020 -0400 + + Replace people.redhat.com references with github equivalents. + (anderson@redhat.com) + +diff --git a/README b/README +index f401b0cf9f6b..bfbaef6d3b4b 100644 +--- a/README ++++ b/README +@@ -32,7 +32,8 @@ + A whitepaper with complete documentation concerning the use of this utility + can be found here: + +- http://people.redhat.com/anderson/crash_whitepaper ++ https://crash-utility.github.io/crash_whitepaper.html ++ + + These are the current prerequisites: + +diff --git a/configure.c b/configure.c +index 75006e881f5a..7f6d19e0b87e 100644 +--- a/configure.c ++++ b/configure.c +@@ -1339,7 +1339,7 @@ make_spec_file(struct supported_gdb_version *sp) + printf("License: %s\n", sp->GPL); + printf("Group: Development/Debuggers\n"); + printf("Source: %%{name}-%%{version}.tar.gz\n"); +- printf("URL: http://people.redhat.com/anderson\n"); ++ printf("URL: https://github.com/crash-utility\n"); + printf("Distribution: Linux 2.2 or greater\n"); + printf("Vendor: Red Hat, Inc.\n"); + printf("Packager: Dave Anderson \n"); +diff --git a/crash.8 b/crash.8 +index 994a2e05b8ab..136ae7859d99 100644 +--- a/crash.8 ++++ b/crash.8 +@@ -867,7 +867,7 @@ command within + .B crash + provides more complete and accurate documentation than this man page. + .PP +-.I http://people.redhat.com/anderson ++.I https://github.com/crash-utility + - the home page of the + .B crash + utility. +diff --git a/help.c b/help.c +index bd2cca80e79a..6476e28d54f9 100644 +--- a/help.c ++++ b/help.c +@@ -9357,7 +9357,7 @@ char *README[] = { + " A whitepaper with complete documentation concerning the use of this utility", + " can be found here:", + " ", +-" http://people.redhat.com/anderson/crash_whitepaper", ++" https://crash-utility.github.io/crash_whitepaper.html", + " ", + " These are the current prerequisites: ", + "", diff --git a/SPECS/crash.spec b/SPECS/crash.spec index c7faa81..e97e673 100644 --- a/SPECS/crash.spec +++ b/SPECS/crash.spec @@ -4,7 +4,7 @@ Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles Name: crash Version: 7.2.8 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 Group: Development/Debuggers Source0: https://github.com/crash-utility/crash/archive/crash-%{version}.tar.gz @@ -19,6 +19,7 @@ Provides: bundled(gdb) = 7.6 Patch0: lzo_snappy.patch Patch1: rhel8_build.patch Patch2: github_b80b16549e24.patch +Patch3: github_0f29a8ac6b73.patch %description The core analysis suite is a self-contained tool that can be used to @@ -42,6 +43,7 @@ offered by Mission Critical Linux, or the LKCD kernel patch. %patch0 -p1 -b lzo_snappy.patch %patch1 -p1 -b rhel8_build.patch %patch2 -p1 -b github_b80b16549e24.patch +%patch3 -p1 -b github_0f29a8ac6b73.patch %build cp %{SOURCE1} . @@ -72,6 +74,10 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Fri Jul 10 2020 Bhupesh Sharma - 7.2.8-4 +- Replace people.redhat.com references with github equivalents. + Resolves: rhbz#1851745 + * Mon Jun 22 2020 Bhupesh Sharma - 7.2.8-3 - Fix for reading compressed kdump dumpfiles from systems with physical memory Resolves: rhbz#1819606