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

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