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

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