This commit is contained in:
mchristi 2011-04-05 19:50:33 +00:00
parent 0d27aa2281
commit 1a34d73eb1

View File

@ -3,7 +3,7 @@
Summary: iSCSI daemon and utility programs Summary: iSCSI daemon and utility programs
Name: iscsi-initiator-utils Name: iscsi-initiator-utils
Version: 6.2.0.872 Version: 6.2.0.872
Release: 18%{?dist} Release: 19%{?dist}
Source0: http://people.redhat.com/mchristi/iscsi/rhel6.0/source/open-iscsi-2.0-872-rc4-bnx2i.tar.gz Source0: http://people.redhat.com/mchristi/iscsi/rhel6.0/source/open-iscsi-2.0-872-rc4-bnx2i.tar.gz
Source1: iscsid.init Source1: iscsid.init
Source2: iscsidevs.init Source2: iscsidevs.init
@ -43,6 +43,8 @@ Patch14: iscsi-initiator-utils-libiscsi-nodes-remember-the-interface.patch
# fcd08dfbd02a279ffa69618a5216f6cf4f88e1da (will be rolled into rebase next # fcd08dfbd02a279ffa69618a5216f6cf4f88e1da (will be rolled into rebase next
# release) # release)
Patch15: iscsi-initiator-utils-fixes.patch Patch15: iscsi-initiator-utils-fixes.patch
# node mode hostname support
Patch16: iscsi-initiator-utils-node-hostname.patch
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2+ License: GPLv2+
@ -86,6 +88,7 @@ developing applications that use %{name}.
%patch13 -p1 -b .dcb %patch13 -p1 -b .dcb
%patch14 -p1 -b .libiscsi-remember-the-interface %patch14 -p1 -b .libiscsi-remember-the-interface
%patch15 -p1 -b .fixes %patch15 -p1 -b .fixes
%patch16 -p1 -b .node-hostname
%build %build
cd utils/open-isns cd utils/open-isns
@ -204,6 +207,10 @@ fi
%{_includedir}/libiscsi.h %{_includedir}/libiscsi.h
%changelog %changelog
* Tue Apr 5 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.19
- 624437 support hostnames in node mode. [patch merged in .14 got
dropped by accident]
* Thu Feb 24 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.18 * Thu Feb 24 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.18
- fix iscsiadm exit code when iscsid is not running and the - fix iscsiadm exit code when iscsid is not running and the
discovery command is run. discovery command is run.