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

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