Blame SOURCES/xfsprogs-4.15.0-xfsprogs-update-dead-urls.patch

89952e
From 50663dc149619aef23bcb43e6fdf48bc60487374 Mon Sep 17 00:00:00 2001
89952e
From: "Darrick J. Wong" <darrick.wong@oracle.com>
89952e
Date: Thu, 25 Jan 2018 13:55:01 -0600
89952e
Subject: [PATCH] xfsprogs: update dead urls
89952e
89952e
Since oss.sgi.com is dead and xfs.org is slowly migrating to
89952e
xfs.wiki.kernel.org, update all the documentation links to point to the
89952e
current landing pads.
89952e
89952e
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
89952e
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
89952e
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
89952e
---
89952e
 README           | 2 +-
89952e
 debian/control   | 6 +++---
89952e
 debian/copyright | 2 +-
89952e
 debian/watch     | 2 +-
89952e
 4 files changed, 6 insertions(+), 6 deletions(-)
89952e
89952e
Index: xfsprogs-4.5.0/README
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/README
89952e
+++ xfsprogs-4.5.0/README
89952e
@@ -9,4 +9,4 @@ and references to other XFS manual pages
89952e
 
89952e
 For more information and details on how to contribute to the
89952e
 XFS project see the web pages at:
89952e
-	http://oss.sgi.com/projects/xfs/
89952e
+	https://xfs.wiki.kernel.org/
89952e
Index: xfsprogs-4.5.0/debian/control
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/debian/control
89952e
+++ xfsprogs-4.5.0/debian/control
89952e
@@ -24,7 +24,7 @@ Description: Utilities for managing the 
89952e
  Btrees (directories, extents, free space) to aid both performance
89952e
  and scalability.
89952e
  .
89952e
- Refer to the documentation at http://oss.sgi.com/projects/xfs/
89952e
+ Refer to the documentation at https://xfs.wiki.kernel.org/
89952e
  for complete details.
89952e
 
89952e
 Package: xfslibs-dev
89952e
Index: xfsprogs-4.5.0/debian/copyright
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/debian/copyright
89952e
+++ xfsprogs-4.5.0/debian/copyright
89952e
@@ -1,7 +1,7 @@
89952e
 This package was debianized by Nathan Scott nathans@debian.org on
89952e
 Sun, 19 Nov 2000 07:37:09 -0500.
89952e
 
89952e
-It can be downloaded from ftp://oss.sgi.com/projects/xfs/download/
89952e
+It can be downloaded from https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
89952e
 
89952e
 Copyright:
89952e
 
89952e
Index: xfsprogs-4.5.0/debian/watch
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/debian/watch
89952e
+++ xfsprogs-4.5.0/debian/watch
89952e
@@ -1,3 +1,3 @@
89952e
 version=3
89952e
 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \
89952e
-ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-(.+)\.tar\.gz
89952e
+https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-(.+)\.tar\.xz
89952e
Index: xfsprogs-4.5.0/libxfs/util.c
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/libxfs/util.c
89952e
+++ xfsprogs-4.5.0/libxfs/util.c
89952e
@@ -690,7 +690,7 @@ libxfs_fs_repair_cmn_err(int level, xfs_
89952e
 	fprintf(stderr, "  This is a bug.\n");
89952e
 	fprintf(stderr, "%s version %s\n", progname, VERSION);
89952e
 	fprintf(stderr, "Please capture the filesystem metadata with "
89952e
-			"xfs_metadump and\nreport it to xfs@oss.sgi.com.\n");
89952e
+			"xfs_metadump and\nreport it to linux-xfs@vger.kernel.org.\n");
89952e
 	va_end(ap);
89952e
 }
89952e
 
89952e
Index: xfsprogs-4.5.0/man/man8/xfs_mdrestore.8
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/man/man8/xfs_mdrestore.8
89952e
+++ xfsprogs-4.5.0/man/man8/xfs_mdrestore.8
89952e
@@ -51,4 +51,4 @@ returns an exit code of 0 if all the met
89952e
 .BR xfs (5)
89952e
 .SH BUGS
89952e
 Email bug reports to
89952e
-.BR xfs@oss.sgi.com .
89952e
+.BR linux-xfs@vger.kernel.org .
89952e
Index: xfsprogs-4.5.0/man/man8/xfs_metadump.8
89952e
===================================================================
89952e
--- xfsprogs-4.5.0.orig/man/man8/xfs_metadump.8
89952e
+++ xfsprogs-4.5.0/man/man8/xfs_metadump.8
89952e
@@ -154,4 +154,4 @@ command.
89952e
 .BR xfs (5)
89952e
 .SH BUGS
89952e
 Email bug reports to
89952e
-.BR xfs@oss.sgi.com .
89952e
+.BR linux-xfs@vger.kernel.org .