diff --git a/0052-use-var-for-config.patch b/0052-use-var-for-config.patch index c7a9185..2e4288c 100644 --- a/0052-use-var-for-config.patch +++ b/0052-use-var-for-config.patch @@ -209,7 +209,7 @@ index 5e4038d..1e9b132 100644 -#define STATIC_CONFIG_DIR ISCSI_CONFIG_ROOT"static" -#define FW_CONFIG_DIR ISCSI_CONFIG_ROOT"fw" -#define ST_CONFIG_DIR ISCSI_CONFIG_ROOT"send_targets" -+#define ISCSIVAR "/var/lib/iscsi" ++#define ISCSIVAR "/var/lib/iscsi/" +#define NODE_CONFIG_DIR ISCSIVAR"nodes" +#define SLP_CONFIG_DIR ISCSIVAR"slp" +#define ISNS_CONFIG_DIR ISCSIVAR"isns" diff --git a/0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch b/0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch index 486b4c8..4fd2bd8 100644 --- a/0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch +++ b/0099-use-Red-Hat-version-string-to-match-RPM-package-vers.patch @@ -16,7 +16,7 @@ index a090522..aef0c3d 100644 * some other maintainer could merge a patch without going through us */ -#define ISCSI_VERSION_STR "2.0-873" -+#define ISCSI_VERSION_STR "6.2.0.873-10" ++#define ISCSI_VERSION_STR "6.2.0.873-12" #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" #endif diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec index 6fcac7a..8d6c197 100644 --- a/iscsi-initiator-utils.spec +++ b/iscsi-initiator-utils.spec @@ -4,7 +4,7 @@ Summary: iSCSI daemon and utility programs Name: iscsi-initiator-utils Version: 6.%{open_iscsi_version}.%{open_iscsi_build} -Release: 11%{?dist} +Release: 12%{?dist} Group: System Environment/Daemons License: GPLv2+ URL: http://www.open-iscsi.org @@ -278,6 +278,9 @@ fi %{_includedir}/libiscsi.h %changelog +* Tue Aug 20 2013 Chris Leech - 6.2.0.873-12 +- fix regression in last build, database records can't be accessed + * Mon Aug 19 2013 Chris Leech - 6.2.0.873-11 - iscsi boot related fixes make sure iscsid gets started if there are any boot sessions running