2015-10-06 00:26:08 +00:00
|
|
|
From 72c4065472070e543c2d1e1aa0375fb87a2c3e6c Mon Sep 17 00:00:00 2001
|
|
|
|
From: Chris Leech <cleech@redhat.com>
|
|
|
|
Date: Mon, 21 Jan 2013 15:43:36 -0800
|
|
|
|
Subject: [PATCH] use Red Hat version string to match RPM package version
|
|
|
|
|
|
|
|
---
|
|
|
|
usr/version.h | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/usr/version.h b/usr/version.h
|
|
|
|
index a090522..6894655 100644
|
|
|
|
--- a/usr/version.h
|
|
|
|
+++ b/usr/version.h
|
|
|
|
@@ -6,7 +6,7 @@
|
|
|
|
* This may not be the same value as the kernel versions because
|
|
|
|
* some other maintainer could merge a patch without going through us
|
|
|
|
*/
|
|
|
|
-#define ISCSI_VERSION_STR "2.0-873"
|
2016-02-19 21:42:44 +00:00
|
|
|
+#define ISCSI_VERSION_STR "6.2.0.873-33"
|
2015-10-06 00:26:08 +00:00
|
|
|
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
--
|
|
|
|
2.1.0
|
|
|
|
|