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

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