This commit is contained in:
Mike Christie 2012-03-22 04:28:19 -05:00
parent cfcc31b534
commit 8012828d2a
3 changed files with 1641 additions and 4 deletions

View File

@ -5,7 +5,7 @@
* some other maintainer could merge a patch without going through us
*/
-#define ISCSI_VERSION_STR "2.0-872"
+#define ISCSI_VERSION_STR "2.0-872.34.el6"
+#define ISCSI_VERSION_STR "2.0-872.37.el6"
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
Summary: iSCSI daemon and utility programs
Name: iscsi-initiator-utils
Version: 6.2.0.872
Release: 36%{?dist}
Release: 37%{?dist}
Source0: http://people.redhat.com/mchristi/iscsi/rhel6.0/source/open-iscsi-2.0-872-rc4-bnx2i.tar.gz
Source1: iscsid.init
Source2: iscsidevs.init
@ -37,8 +37,10 @@ Patch11: iscsi-initiator-utils-libiscsi-to-support-offload.patch
# sync to upstream commit f9f627fbf0fc96545931ae65aa2b6214841bfd4e to
# add iscsiadm ping and host chap support and fix default iface handling
Patch12: iscsi-initiator-utils-ping-and-chap.patch
# sync to upstream 04b4a6699f63c4f0bab9523aae3efb8c909d6587
Patch13: iscsi-initiator-utils-mod-iface-andport-fixes.patch
# add rhel version info to iscsi tools
Patch13: iscsi-initiator-utils-add-rh-ver.patch
Patch14: iscsi-initiator-utils-add-rh-ver.patch
Group: System Environment/Daemons
License: GPLv2+
@ -79,7 +81,8 @@ developing applications that use %{name}.
%patch10 -p1 -b .Add-Netconfig-support-through-libiscsi
%patch11 -p1 -b .libiscsi-to-support-offload
%patch12 -p1 -b .ping-and-chap
%patch13 -p1 -b .add-rh-ver
%patch13 -p1 -b .mod-iface-andport-fixes
%patch14 -p1 -b .add-rh-ver
%build
cd utils/open-isns
@ -205,6 +208,11 @@ fi
%{_includedir}/libiscsi.h
%changelog
* Thu Mar 22 2012 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.37
- 805467 Have iscsistart/iscsiadm bring up offload net interface.
- 796574 Fix port handling when hostnames are used for portals.
- 739843 Fix default iface setup handling.
* Mon Mar 5 2012 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.36
- 740054 sync iscsiuio to 0.7.2.1
- 790609 Add ping and host chap support to iscsiadm