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

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