fdf0455ba4
- Remove systemctl enable calls, as this is now handled by Fedora presets per the guidelines - Remove initiator name generation, as this is now handled by an init service - Install ghost lockfile and dir to /run instead of /var - Rebased/fixed up patches - Fixed macros in comments and comments after macros - Merged service-file-tweaks.patch and improve-systemd-service-files-for-boot-session-handl.patch into unit-file-tweaks.patch Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1493296 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1729740 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1834509
26 lines
737 B
Diff
26 lines
737 B
Diff
From 58d24c239b9b6f762231ff3eedbc685971ce0a98 Mon Sep 17 00:00:00 2001
|
|
From: Chris Leech <cleech@redhat.com>
|
|
Date: Mon, 21 Jan 2013 15:43:36 -0800
|
|
Subject: [PATCH 1/1] 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 4fa9179..c5c9e76 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.1.2"
|
|
+#define ISCSI_VERSION_STR "6.2.1.1-0"
|
|
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
|
|
|
|
#endif
|
|
--
|
|
2.21.1
|
|
|