make sure to pass --with-security=no to isns configure
Resolves: #1088020
This commit is contained in:
parent
b34de1dc9c
commit
df66fcb397
@ -4,7 +4,7 @@
|
|||||||
Summary: iSCSI daemon and utility programs
|
Summary: iSCSI daemon and utility programs
|
||||||
Name: iscsi-initiator-utils
|
Name: iscsi-initiator-utils
|
||||||
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.open-iscsi.org
|
URL: http://www.open-iscsi.org
|
||||||
@ -283,7 +283,7 @@ cd iscsiuio
|
|||||||
%{configure}
|
%{configure}
|
||||||
cd ..
|
cd ..
|
||||||
cd utils/open-isns
|
cd utils/open-isns
|
||||||
%{configure}
|
%{configure} --with-security=no
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
%{__make} OPTFLAGS="%{optflags} %{?__global_ldflags} -DUSE_KMOD -lkmod"
|
%{__make} OPTFLAGS="%{optflags} %{?__global_ldflags} -DUSE_KMOD -lkmod"
|
||||||
@ -448,6 +448,9 @@ fi
|
|||||||
%{_includedir}/libiscsi.h
|
%{_includedir}/libiscsi.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 21 2014 Chris Leech <cleech@redhat.com> - 6.2.0.873-23
|
||||||
|
- make sure to pass --with-security=no to isns configure (#1088020)
|
||||||
|
|
||||||
* Wed Sep 24 2014 Chris Leech <cleech@redhat.com> - 6.2.0.873-22
|
* Wed Sep 24 2014 Chris Leech <cleech@redhat.com> - 6.2.0.873-22
|
||||||
- 1081798 retry login on host not found error
|
- 1081798 retry login on host not found error
|
||||||
- 1111925 ignore iscsiadm return in iscsi.service
|
- 1111925 ignore iscsiadm return in iscsi.service
|
||||||
|
Loading…
Reference in New Issue
Block a user