Blame SOURCES/0007-use-red-hat-for-name.patch

221d9a
From 1ddee25396962a6bd966b98311881ed6d4cba87c Mon Sep 17 00:00:00 2001
62f653
From: Chris Leech <cleech@redhat.com>
62f653
Date: Mon, 19 Nov 2012 16:40:04 -0800
221d9a
Subject: [PATCH] use red hat for name
62f653
62f653
---
62f653
 doc/iscsi-iname.8   | 2 +-
62f653
 utils/iscsi-iname.c | 2 +-
62f653
 2 files changed, 2 insertions(+), 2 deletions(-)
62f653
62f653
diff --git a/doc/iscsi-iname.8 b/doc/iscsi-iname.8
221d9a
index 6a413f6..dd77ed9 100644
62f653
--- a/doc/iscsi-iname.8
62f653
+++ b/doc/iscsi-iname.8
62f653
@@ -14,7 +14,7 @@ generates a unique iSCSI node name on every invocation.
62f653
 Display help
62f653
 .TP
62f653
 .BI [-p=]\fIprefix\fP
221d9a
-Use the prefix passed in instead of the default "iqn.2016-04.com.open-iscsi"
62f653
+Use the prefix passed in instead of the default "iqn.1994-05.com.redhat"
62f653
 
62f653
 .SH AUTHORS
62f653
 Open-iSCSI project <http://www.open-iscsi.com/>
62f653
diff --git a/utils/iscsi-iname.c b/utils/iscsi-iname.c
221d9a
index da850dc..29aa4ad 100644
62f653
--- a/utils/iscsi-iname.c
62f653
+++ b/utils/iscsi-iname.c
221d9a
@@ -80,7 +80,7 @@ main(int argc, char *argv[])
62f653
 			exit(0);
62f653
 		}
62f653
 	} else {
221d9a
-		prefix = "iqn.2016-04.com.open-iscsi";
62f653
+		prefix = "iqn.1994-05.com.redhat";
62f653
 	}
62f653
 
62f653
 	/* try to feed some entropy from the pool to MD5 in order to get
62f653
-- 
221d9a
2.21.0
62f653