diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec index 7e26211..234cfbd 100644 --- a/iscsi-initiator-utils.spec +++ b/iscsi-initiator-utils.spec @@ -3,7 +3,7 @@ Summary: iSCSI daemon and utility programs Name: iscsi-initiator-utils 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 Source1: iscsid.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 # release) Patch15: iscsi-initiator-utils-fixes.patch +# node mode hostname support +Patch16: iscsi-initiator-utils-node-hostname.patch Group: System Environment/Daemons License: GPLv2+ @@ -86,6 +88,7 @@ developing applications that use %{name}. %patch13 -p1 -b .dcb %patch14 -p1 -b .libiscsi-remember-the-interface %patch15 -p1 -b .fixes +%patch16 -p1 -b .node-hostname %build cd utils/open-isns @@ -204,6 +207,10 @@ fi %{_includedir}/libiscsi.h %changelog +* Tue Apr 5 2011 Mike Christie 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 6.2.0.872.18 - fix iscsiadm exit code when iscsid is not running and the discovery command is run.