This commit is contained in:
mchristi 2011-10-27 19:47:37 +00:00
parent 9f704e7e41
commit 19b05a07d4
3 changed files with 1497 additions and 4 deletions

View File

@ -5,7 +5,7 @@
* 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-872" -#define ISCSI_VERSION_STR "2.0-872"
+#define ISCSI_VERSION_STR "2.0-872.28.el6" +#define ISCSI_VERSION_STR "2.0-872.31.el6"
#define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version" #define ISCSI_VERSION_FILE "/sys/module/scsi_transport_iscsi/version"
#endif #endif

File diff suppressed because it is too large Load Diff

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: 30%{?dist} Release: 31%{?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
@ -49,8 +49,10 @@ Patch17: iscsi-initiator-utils-fix-ipv6-boot.patch
Patch18: iscsi-initiator-utils-Add-Netconfig-support-through-libiscsi.patch Patch18: iscsi-initiator-utils-Add-Netconfig-support-through-libiscsi.patch
# libiscsi offload support # libiscsi offload support
Patch19: iscsi-initiator-utils-libiscsi-to-support-offload.patch Patch19: iscsi-initiator-utils-libiscsi-to-support-offload.patch
# sync iscsiuio to 0.7.0.14g
Patch20: iscsi-initiator-utils-sync-uio-0.7.0.14g.patch
# add rhel version info to iscsi tools # add rhel version info to iscsi tools
Patch20: iscsi-initiator-utils-add-rh-ver.patch Patch21: iscsi-initiator-utils-add-rh-ver.patch
Group: System Environment/Daemons Group: System Environment/Daemons
License: GPLv2+ License: GPLv2+
@ -98,7 +100,8 @@ developing applications that use %{name}.
%patch17 -p1 -b .fix-ipv6-boot %patch17 -p1 -b .fix-ipv6-boot
%patch18 -p1 -b .Add-Netconfig-support-through-libiscsi %patch18 -p1 -b .Add-Netconfig-support-through-libiscsi
%patch19 -p1 -b .libiscsi-to-support-offload %patch19 -p1 -b .libiscsi-to-support-offload
%patch20 -p1 -b .add-rh-ver %patch20 -p1 -b .sync-uio-0.7.0.14g
%patch21 -p1 -b .add-rh-ver
%build %build
cd utils/open-isns cd utils/open-isns
@ -224,6 +227,10 @@ fi
%{_includedir}/libiscsi.h %{_includedir}/libiscsi.h
%changelog %changelog
* Tue Oct 25 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.31
- 749051 Sync iscsiuio to iscsiuio-0.7.0.14g to fix boot hang
when connection is lost during startup.
* Tue Oct 18 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.30 * Tue Oct 18 2011 Mike Christie <mcrhsit@redhat.com> 6.2.0.872.30
- 602959 rotate iscsiuio/brcm_iscsiuio log. - 602959 rotate iscsiuio/brcm_iscsiuio log.