fix docs bugzilla and similar target name bug
This commit is contained in:
parent
0e38bd5e5b
commit
5dc381bfc5
@ -1,7 +1,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.695
|
Version: 6.2.0.695
|
||||||
Release: 0.6
|
Release: 0.7
|
||||||
Source0: http://people.redhat.com/mchristi/iscsi/FC6/open-iscsi/rpm/open-iscsi-6.2.0.695.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
|
||||||
@ -10,6 +10,9 @@ Patch2: iscsi-initiator-utils-fix-session-mixup-on-restart.patch
|
|||||||
Patch3: iscsi-initiator-utils-use-var-for-pid.patch
|
Patch3: iscsi-initiator-utils-use-var-for-pid.patch
|
||||||
Patch4: iscsi-initiator-utils-use-var-for-lock.patch
|
Patch4: iscsi-initiator-utils-use-var-for-lock.patch
|
||||||
Patch5: iscsi-initiator-utils-use-var-for-config.patch
|
Patch5: iscsi-initiator-utils-use-var-for-config.patch
|
||||||
|
Patch6: iscsi-initiator-utils-update-doc.patch
|
||||||
|
Patch7: iscsi-initiator-utils-read-disc-db.patch
|
||||||
|
Patch8: iscsi-initiator-utils-check-targetname-len.patch
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -33,6 +36,9 @@ Protocol networks.
|
|||||||
%patch3 -p1 -b .use-var-for-pid
|
%patch3 -p1 -b .use-var-for-pid
|
||||||
%patch4 -p1 -b .use-var-for-lock
|
%patch4 -p1 -b .use-var-for-lock
|
||||||
%patch5 -p1 -b .use-var-for-config
|
%patch5 -p1 -b .use-var-for-config
|
||||||
|
%patch6 -p1 -b .update-doc.patch
|
||||||
|
%patch7 -p1 -b .read-disc-db.patch
|
||||||
|
%patch8 -p1 -b .check-targetname-len.patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPTFLAGS="%{optflags}" -C usr
|
make OPTFLAGS="%{optflags}" -C usr
|
||||||
@ -85,6 +91,11 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2006 Mike Christie <mchristie@redhat.com> - 6.2.0.695-0.7
|
||||||
|
- BZ 210470 update man pages for file moves
|
||||||
|
- Fix targetname strcmp
|
||||||
|
- read default config before doing discovery
|
||||||
|
|
||||||
* Thu Oct 5 2006 Mike Christie <mchristie@redhat.com> - 6.2.0.695-0.6
|
* Thu Oct 5 2006 Mike Christie <mchristie@redhat.com> - 6.2.0.695-0.6
|
||||||
- BZ 209523 make sure the network is not going to get shutdown so
|
- BZ 209523 make sure the network is not going to get shutdown so
|
||||||
iscsi devices (include iscsi root and dm/md over iscsi) get syncd.
|
iscsi devices (include iscsi root and dm/md over iscsi) get syncd.
|
||||||
|
Loading…
Reference in New Issue
Block a user