Merge remote-tracking branch 'fedora/master' into rhel-7.0
This commit is contained in:
commit
dcd8879cb8
@ -209,7 +209,7 @@ index 5e4038d..1e9b132 100644
|
|||||||
-#define STATIC_CONFIG_DIR ISCSI_CONFIG_ROOT"static"
|
-#define STATIC_CONFIG_DIR ISCSI_CONFIG_ROOT"static"
|
||||||
-#define FW_CONFIG_DIR ISCSI_CONFIG_ROOT"fw"
|
-#define FW_CONFIG_DIR ISCSI_CONFIG_ROOT"fw"
|
||||||
-#define ST_CONFIG_DIR ISCSI_CONFIG_ROOT"send_targets"
|
-#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 NODE_CONFIG_DIR ISCSIVAR"nodes"
|
||||||
+#define SLP_CONFIG_DIR ISCSIVAR"slp"
|
+#define SLP_CONFIG_DIR ISCSIVAR"slp"
|
||||||
+#define ISNS_CONFIG_DIR ISCSIVAR"isns"
|
+#define ISNS_CONFIG_DIR ISCSIVAR"isns"
|
||||||
|
@ -16,7 +16,7 @@ index a090522..aef0c3d 100644
|
|||||||
* some other maintainer could merge a patch without going through us
|
* some other maintainer could merge a patch without going through us
|
||||||
*/
|
*/
|
||||||
-#define ISCSI_VERSION_STR "2.0-873"
|
-#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"
|
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.open-iscsi.org
|
URL: http://www.open-iscsi.org
|
||||||
@ -278,6 +278,9 @@ fi
|
|||||||
%{_includedir}/libiscsi.h
|
%{_includedir}/libiscsi.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 20 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-12
|
||||||
|
- fix regression in last build, database records can't be accessed
|
||||||
|
|
||||||
* Mon Aug 19 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-11
|
* Mon Aug 19 2013 Chris Leech <cleech@redhat.com> - 6.2.0.873-11
|
||||||
- iscsi boot related fixes
|
- iscsi boot related fixes
|
||||||
make sure iscsid gets started if there are any boot sessions running
|
make sure iscsid gets started if there are any boot sessions running
|
||||||
|
Loading…
Reference in New Issue
Block a user