make sure to pass --with-security=no to isns configure

Resolves: #1088020
This commit is contained in:
Chris Leech 2014-10-21 10:53:10 -07:00
parent b34de1dc9c
commit df66fcb397

View File

@ -4,7 +4,7 @@
Summary: iSCSI daemon and utility programs
Name: iscsi-initiator-utils
Version: 6.%{open_iscsi_version}.%{open_iscsi_build}
Release: 22%{?dist}
Release: 23%{?dist}
Group: System Environment/Daemons
License: GPLv2+
URL: http://www.open-iscsi.org
@ -283,7 +283,7 @@ cd iscsiuio
%{configure}
cd ..
cd utils/open-isns
%{configure}
%{configure} --with-security=no
cd ../..
%{__make} OPTFLAGS="%{optflags} %{?__global_ldflags} -DUSE_KMOD -lkmod"
@ -448,6 +448,9 @@ fi
%{_includedir}/libiscsi.h
%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
- 1081798 retry login on host not found error
- 1111925 ignore iscsiadm return in iscsi.service