2020-01-21 22:19:13 +00:00
|
|
|
From c589d94293f3bee77c34ca61371ddfbeef71f2af Mon Sep 17 00:00:00 2001
|
2019-08-05 14:30:13 +00:00
|
|
|
From: Chris Leech <cleech@redhat.com>
|
|
|
|
Date: Mon, 21 Jan 2013 15:43:36 -0800
|
2020-01-21 22:19:13 +00:00
|
|
|
Subject: [PATCH] use Red Hat version string to match RPM package version
|
2019-08-05 14:30:13 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
usr/version.h | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/usr/version.h b/usr/version.h
|
2020-01-21 22:19:13 +00:00
|
|
|
index 615f533..a1f6cc2 100644
|
2019-08-05 14:30:13 +00:00
|
|
|
--- 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
|
|
|
|
*/
|
2020-01-21 22:19:13 +00:00
|
|
|
-#define ISCSI_VERSION_STR "2.0-878"
|
2020-07-28 09:10:33 +00:00
|
|
|
+#define ISCSI_VERSION_STR "6.2.0.878-2"
|
2019-08-05 14:30:13 +00:00
|
|
|
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
|
|
|
|
|
|
|
|
#endif
|
|
|
|
--
|
2020-01-21 22:19:13 +00:00
|
|
|
2.21.0
|
2019-08-05 14:30:13 +00:00
|
|
|
|