From ae71ec8a3731bad507163c4405e5b8abadde4585 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 1 May 2016 13:01:04 +0300 Subject: [PATCH] add tests, krb5 bcond does not build right now as heimdal patch needs updating (where is it's origin?) --- sssd.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sssd.spec b/sssd.spec index 5382dcc..73ef7db 100644 --- a/sssd.spec +++ b/sssd.spec @@ -5,8 +5,10 @@ # *** WARNING: no sources found for /usr/lib64/libipa_hbac.so.0.0.0 (stripped without sourcefile information?) # # Conditional build: +%bcond_with tests # build with tests %bcond_without python2 # CPython 2.x module %bcond_with python3 # CPython 3.x module +%bcond_without krb5 # Build without krb5 support %define ldb_version 1.1.0 Summary: System Security Services Daemon @@ -333,6 +335,9 @@ Pliki nagłówkowe biblioteki libsss_simpleifp. --with%{!?with_python2:out}-python2-bindings \ --with%{!?with_python3:out}-python3-bindings \ --with-systemdunitdir=%{systemdunitdir} \ +%if %{without krb5} + --disable-krb5-locator-plugin \ +%endif --with-test-dir=/dev/shm %{__make} -- 2.43.0