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

c487f3
From 8f7669c48198989eac5e08664133f56371ad963b Mon Sep 17 00:00:00 2001
6c64be
From: Chris Leech <cleech@redhat.com>
6c64be
Date: Mon, 21 Jan 2013 15:43:36 -0800
6c64be
Subject: use Red Hat version string to match RPM package version
6c64be
6c64be
---
6c64be
 usr/version.h | 2 +-
6c64be
 1 file changed, 1 insertion(+), 1 deletion(-)
6c64be
6c64be
diff --git a/usr/version.h b/usr/version.h
c487f3
index 20f07946be1f..baa8c00c7185 100644
6c64be
--- a/usr/version.h
6c64be
+++ b/usr/version.h
6c64be
@@ -6,7 +6,7 @@
6c64be
  * This may not be the same value as the kernel versions because
6c64be
  * some other maintainer could merge a patch without going through us
6c64be
  */
c487f3
-#define ISCSI_VERSION_STR	"2.0-874"
b12556
+#define ISCSI_VERSION_STR	"6.2.0.874-22"
6c64be
 #define ISCSI_VERSION_FILE	"/sys/module/scsi_transport_iscsi/version"
6c64be
 
6c64be
 #endif
6c64be
-- 
c487f3
2.9.3
6c64be