]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build: disable kerberos for nautilus 26258/head
authorSage Weil <sage@redhat.com>
Sun, 3 Feb 2019 20:27:49 +0000 (14:27 -0600)
committerSage Weil <sage@redhat.com>
Sun, 3 Feb 2019 20:27:49 +0000 (14:27 -0600)
We can re-enable after we branch.  For N, though, there is no point in dragging
in the dependencies and implying there is something that works.

Signed-off-by: Sage Weil <sage@redhat.com>
CMakeLists.txt
ceph.spec.in
debian/control

index d2935a36f8d4ac5a7d847cb254155005316612b4..df8e6f95090d37743cd60f62b366bbb5ff07491c 100644 (file)
@@ -232,7 +232,7 @@ if(WITH_OPENLDAP)
   set(HAVE_OPENLDAP ${OPENLDAP_FOUND})
 endif()
 
-option(WITH_GSSAPI "GSSAPI/KRB5 is here" ON)
+option(WITH_GSSAPI "GSSAPI/KRB5 is here" OFF)
 if(WITH_GSSAPI)
   find_package(GSSApi REQUIRED)
   set(HAVE_GSSAPI ${GSSApi_FOUND})
index 9647878d1db5159d6b7d8f10a5249ecb4b5f53bc..737a1f1f6ad3ab7a5d8560509f067e6f59021a3e 100644 (file)
@@ -229,8 +229,8 @@ BuildRequires:      keyutils-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  lsb-release
 BuildRequires:  openldap2-devel
-BuildRequires:  krb5
-BuildRequires:  krb5-devel
+#BuildRequires:  krb5
+#BuildRequires:  krb5-devel
 BuildRequires:  cunit-devel
 BuildRequires: python%{_python_buildid}-base
 BuildRequires: python%{_python_buildid}-Cython
@@ -248,7 +248,7 @@ BuildRequires:      keyutils-libs-devel
 BuildRequires: libibverbs-devel
 BuildRequires:  librdmacm-devel
 BuildRequires:  openldap-devel
-BuildRequires:  krb5-devel
+#BuildRequires:  krb5-devel
 BuildRequires:  openssl-devel
 BuildRequires:  CUnit-devel
 BuildRequires:  redhat-lsb-core
index 0b0cceb039156897d5c4e4d00a54de9fae61aad8..39207015308265126f1cd501ded0564285ee13a2 100644 (file)
@@ -37,7 +37,6 @@ Build-Depends: bc,
                librdmacm-dev,
                libkeyutils-dev,
                libldap2-dev,
-               libkrb5-dev,
                libleveldb-dev,
                liblttng-ust-dev,
                liblz4-dev (>= 0.0~r131),