Blame SOURCES/0135-Do-better-in-bootstrap.conf.patch

8e15ce
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8e15ce
From: Peter Jones <pjones@redhat.com>
8e15ce
Date: Mon, 29 Jul 2019 10:58:52 -0400
8e15ce
Subject: [PATCH] Do better in bootstrap.conf
8e15ce
8e15ce
---
8e15ce
 bootstrap.conf | 8 +++++++-
8e15ce
 1 file changed, 7 insertions(+), 1 deletion(-)
8e15ce
8e15ce
diff --git a/bootstrap.conf b/bootstrap.conf
8e15ce
index 186be9c48ce..9259526e891 100644
8e15ce
--- a/bootstrap.conf
8e15ce
+++ b/bootstrap.conf
8e15ce
@@ -16,7 +16,13 @@
8e15ce
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
8e15ce
 
8e15ce
 
8e15ce
-GNULIB_REVISION=d271f868a8df9bbec29049d01e056481b7a1a263
8e15ce
+# GNULIB_REVISION=d271f868a8df9bbec29049d01e056481b7a1a263
8e15ce
+if [[ -z "${GNULIB_REVISION}" ]] ;then
8e15ce
+  GNULIB_REVISION=fixes
8e15ce
+fi
8e15ce
+if [[ -z "${GNULIB_URL}" ]] ;then
8e15ce
+  GNULIB_URL=https://github.com/rhboot/gnulib.git
8e15ce
+fi
8e15ce
 
8e15ce
 # gnulib modules used by this package.
8e15ce
 # mbswidth is used by gnulib-fix-width.diff's changes to argp rather than