From 1d9c1cf435894fbd19e440ed70c340256632bed9 Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Apr 16 2020 10:42:58 +0000 Subject: fixup! Make spec work also on CentOS 8 --- diff --git a/bind.spec b/bind.spec index 3568099..6d18835 100644 --- a/bind.spec +++ b/bind.spec @@ -15,7 +15,6 @@ # due to extensive changes to Makefiles %bcond_with PKCS11 %bcond_without DEVEL -%bcond_without LMDB %bcond_without JSON %bcond_with BDB # skip DLZ for now @@ -25,9 +24,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