Blame SOURCES/github_0f29a8ac6b73.patch

63d558
commit 0f29a8ac6b731be5bb47cf70355dc99ba6284741
63d558
Author: Dave Anderson <anderson@redhat.com>
63d558
Date:   Fri May 8 11:46:04 2020 -0400
63d558
63d558
    Replace people.redhat.com references with github equivalents.
63d558
    (anderson@redhat.com)
63d558
63d558
diff --git a/README b/README
63d558
index f401b0cf9f6b..bfbaef6d3b4b 100644
63d558
--- a/README
63d558
+++ b/README
63d558
@@ -32,7 +32,8 @@
63d558
   A whitepaper with complete documentation concerning the use of this utility
63d558
   can be found here:
63d558
  
63d558
-         http://people.redhat.com/anderson/crash_whitepaper
63d558
+         https://crash-utility.github.io/crash_whitepaper.html
63d558
+         
63d558
  
63d558
   These are the current prerequisites: 
63d558
 
63d558
diff --git a/configure.c b/configure.c
63d558
index 75006e881f5a..7f6d19e0b87e 100644
63d558
--- a/configure.c
63d558
+++ b/configure.c
63d558
@@ -1339,7 +1339,7 @@ make_spec_file(struct supported_gdb_version *sp)
63d558
 	printf("License: %s\n", sp->GPL);
63d558
 	printf("Group: Development/Debuggers\n");
63d558
 	printf("Source: %%{name}-%%{version}.tar.gz\n");
63d558
-	printf("URL: http://people.redhat.com/anderson\n");
63d558
+	printf("URL: https://github.com/crash-utility\n");
63d558
 	printf("Distribution: Linux 2.2 or greater\n");
63d558
 	printf("Vendor: Red Hat, Inc.\n");
63d558
 	printf("Packager: Dave Anderson <anderson@redhat.com>\n");
63d558
diff --git a/crash.8 b/crash.8
63d558
index 994a2e05b8ab..136ae7859d99 100644
63d558
--- a/crash.8
63d558
+++ b/crash.8
63d558
@@ -867,7 +867,7 @@ command within
63d558
 .B crash
63d558
 provides more complete and accurate documentation than this man page.
63d558
 .PP
63d558
-.I http://people.redhat.com/anderson
63d558
+.I https://github.com/crash-utility
63d558
 - the home page of the
63d558
 .B crash
63d558
 utility.
63d558
diff --git a/help.c b/help.c
63d558
index bd2cca80e79a..6476e28d54f9 100644
63d558
--- a/help.c
63d558
+++ b/help.c
63d558
@@ -9357,7 +9357,7 @@ char *README[] = {
63d558
 "  A whitepaper with complete documentation concerning the use of this utility",
63d558
 "  can be found here:",
63d558
 " ",
63d558
-"         http://people.redhat.com/anderson/crash_whitepaper",
63d558
+"         https://crash-utility.github.io/crash_whitepaper.html",
63d558
 " ",
63d558
 "  These are the current prerequisites: ",
63d558
 "",