From 076f5f80bc68b4b25d229bac16f5d555d199c50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 16 Apr 2020 12:46:45 +0200 Subject: [PATCH] fixup! Make spec work also on CentOS 8 --- bind.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index 55ed424..ef77bef 100644 --- a/bind.spec +++ b/bind.spec @@ -16,7 +16,6 @@ # due to extensive changes to Makefiles %bcond_without PKCS11 %bcond_without DEVEL -%bcond_without LMDB %bcond_without JSON %bcond_without DLZ %bcond_with BDB @@ -28,9 +27,11 @@ %if 0%{?fedora} >= 28 %bcond_without UNITTEST %bcond_without DNSTAP +%bcond_without LMDB %else %bcond_with UNITTEST %bcond_with DNSTAP +%bcond_with LMDB %endif %bcond_with TSAN