Blame SOURCES/0021-use-Red-Hat-version-string-to-match-RPM-package-vers.patch

b7a469
From d7b7bd54b7d99ee865f629fac5f0b622d46e2c95 Mon Sep 17 00:00:00 2001
587c20
From: Chris Leech <cleech@redhat.com>
587c20
Date: Mon, 21 Jan 2013 15:43:36 -0800
50a52f
Subject: [PATCH] use Red Hat version string to match RPM package version
587c20
587c20
---
587c20
 usr/version.h | 2 +-
587c20
 1 file changed, 1 insertion(+), 1 deletion(-)
587c20
587c20
diff --git a/usr/version.h b/usr/version.h
b7a469
index 115a11c..1214f3b 100644
587c20
--- a/usr/version.h
587c20
+++ b/usr/version.h
587c20
@@ -6,7 +6,7 @@
587c20
  * This may not be the same value as the kernel versions because
587c20
  * some other maintainer could merge a patch without going through us
587c20
  */
b7a469
-#define ISCSI_VERSION_STR	"2.1.2"
b7a469
+#define ISCSI_VERSION_STR	"6.2.1.2-0"
587c20
 #define ISCSI_VERSION_FILE	"/sys/module/scsi_transport_iscsi/version"
587c20
 
587c20
 #endif
587c20
-- 
b7a469
2.26.2
587c20