[iscsi-initiator-utils: 3/4] make sure to pass --with-security=no to isns configure

Chris Leech cleech at fedoraproject.org
Fri Oct 24 00:08:21 UTC 2014


commit df66fcb3972a096e00edea7ad9c184219facdf07
Author: Chris Leech <cleech at redhat.com>
Date:   Tue Oct 21 10:53:10 2014 -0700

    make sure to pass --with-security=no to isns configure
    
    Resolves: #1088020

 iscsi-initiator-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/iscsi-initiator-utils.spec b/iscsi-initiator-utils.spec
index 54c5228..e1f665d 100644
--- a/iscsi-initiator-utils.spec
+++ b/iscsi-initiator-utils.spec
@@ -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 at 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 at redhat.com> - 6.2.0.873-22
 - 1081798 retry login on host not found error
 - 1111925 ignore iscsiadm return in iscsi.service


More information about the scm-commits mailing list