fix several multi transport running bugs
This commit is contained in:
parent
80c3a6d2dc
commit
e93d25d70d
@ -5,3 +5,4 @@ open-iscsi-6.0.5.595.tar.bz2
|
|||||||
open-iscsi-1.1-645.tar.bz2
|
open-iscsi-1.1-645.tar.bz2
|
||||||
open-iscsi-6.1.1.645.tar.bz2
|
open-iscsi-6.1.1.645.tar.bz2
|
||||||
open-iscsi-6.1.1.685.tar.bz2
|
open-iscsi-6.1.1.685.tar.bz2
|
||||||
|
open-iscsi-6.2.0.695.tar.bz2
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.1.1.685
|
Version: 6.2.0.695
|
||||||
Release: 0.1
|
Release: 0.1
|
||||||
Source0: http://people.redhat.com/mchristi/iscsi/FC6/open-iscsi/rpm/open-iscsi-6.1.1.685.tar.bz2
|
Source0: http://people.redhat.com/mchristi/iscsi/FC6/open-iscsi/rpm/open-iscsi-6.2.0.695.tar.bz2
|
||||||
Source1: iscsi.init
|
Source1: iscsi.init
|
||||||
Patch0: open-iscsi-5.0.5.595-update-initscripts-and-docs.patch
|
Patch0: open-iscsi-5.0.5.595-update-initscripts-and-docs.patch
|
||||||
Patch1: open-iscsi-5.0.5.595-add-iscsi-iname.patch
|
Patch1: open-iscsi-5.0.5.595-add-iscsi-iname.patch
|
||||||
|
Patch2: iscsi-initiator-utils-fix-session-mixup-on-restart.patch
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -25,6 +26,7 @@ Protocol networks.
|
|||||||
%setup -q -n open-iscsi-%{version}
|
%setup -q -n open-iscsi-%{version}
|
||||||
%patch0 -p1 -b .update-initscripts-and-docs
|
%patch0 -p1 -b .update-initscripts-and-docs
|
||||||
%patch1 -p1 -b .add-iscsi-iname
|
%patch1 -p1 -b .add-iscsi-iname
|
||||||
|
%patch2 -p1 -b .fix-session-mixup-on-restart
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPTFLAGS="%{optflags}" -C usr
|
make OPTFLAGS="%{optflags}" -C usr
|
||||||
@ -67,6 +69,11 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 15 2006 Mike Christie <mchristie@redhat.com> - 6.2.0.695-0.1
|
||||||
|
- Add compat with FC kernel so iscsid will pass startup checks and run.
|
||||||
|
- Fix bug when using hw iscsi and software iscsi and iscsid is restarted.
|
||||||
|
- Fix session matching bug when hw and software iscsi is both running
|
||||||
|
|
||||||
* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 6.1.1.685-0.1
|
* Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 6.1.1.685-0.1
|
||||||
- Fix service startup
|
- Fix service startup
|
||||||
- Fix another case where cflags weren't being used
|
- Fix another case where cflags weren't being used
|
||||||
|
Loading…
Reference in New Issue
Block a user