Resolves: #736116
This commit is contained in:
parent
7b5a0052c7
commit
c01ec7f190
@ -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: 27%{?dist}
|
Release: 28%{?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
|
||||||
@ -41,8 +41,16 @@ Patch13: iscsi-initiator-utils-dont-use-openssl.patch
|
|||||||
Patch14: iscsi-initiator-utils-sync-uio-0.7.0.14.patch
|
Patch14: iscsi-initiator-utils-sync-uio-0.7.0.14.patch
|
||||||
# fix nl msglen
|
# fix nl msglen
|
||||||
Patch15: iscsi-initiator-utils-fix-nlmsglen.patch
|
Patch15: iscsi-initiator-utils-fix-nlmsglen.patch
|
||||||
|
# fixes for offload iface support
|
||||||
|
Patch16: iscsi-initiator-utils-ofl-iface-fixes.patch
|
||||||
|
# fix ipv6 ibft/firmware boot
|
||||||
|
Patch17: iscsi-initiator-utils-fix-ipv6-boot.patch
|
||||||
|
# netconfig libiscsi support
|
||||||
|
Patch18: iscsi-initiator-utils-Add-Netconfig-support-through-libiscsi.patch
|
||||||
|
# libiscsi offload support
|
||||||
|
Patch19: iscsi-initiator-utils-libiscsi-to-support-offload.patch
|
||||||
# add rhel version info to iscsi tools
|
# add rhel version info to iscsi tools
|
||||||
Patch16: iscsi-initiator-utils-add-rh-ver.patch
|
Patch20: iscsi-initiator-utils-add-rh-ver.patch
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -86,7 +94,11 @@ developing applications that use %{name}.
|
|||||||
%patch13 -p1 -b .dont-use-openssl
|
%patch13 -p1 -b .dont-use-openssl
|
||||||
%patch14 -p1 -b .sync-uio-0.7.0.14
|
%patch14 -p1 -b .sync-uio-0.7.0.14
|
||||||
%patch15 -p1 -b .fix-nlmsglen
|
%patch15 -p1 -b .fix-nlmsglen
|
||||||
%patch16 -p1 -b .add-rh-ver
|
%patch16 -p1 -b .ofl-iface-fixes
|
||||||
|
%patch17 -p1 -b .fix-ipv6-boot
|
||||||
|
%patch18 -p1 -b .Add-Netconfig-support-through-libiscsi
|
||||||
|
%patch19 -p1 -b .libiscsi-to-support-offload
|
||||||
|
%patch20 -p1 -b .add-rh-ver
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd utils/open-isns
|
cd utils/open-isns
|
||||||
@ -209,6 +221,11 @@ fi
|
|||||||
%{_includedir}/libiscsi.h
|
%{_includedir}/libiscsi.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.28
|
||||||
|
- 736116 (again) fix aligment for iface nl msgs.
|
||||||
|
- Fix iscsid restart issue when using qla4xxx.
|
||||||
|
- 688965 Fix ipv6 boot.
|
||||||
|
|
||||||
* Thu Sep 20 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.27
|
* Thu Sep 20 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.27
|
||||||
- 736116 Fix netlink msg len
|
- 736116 Fix netlink msg len
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user