fixup! Make spec work also on CentOS 8

This commit is contained in:
Petr Menšík 2020-04-16 12:42:25 +02:00
parent 1b133224fc
commit 1d9c1cf435

View File

@ -15,7 +15,6 @@
# due to extensive changes to Makefiles # due to extensive changes to Makefiles
%bcond_with PKCS11 %bcond_with PKCS11
%bcond_without DEVEL %bcond_without DEVEL
%bcond_without LMDB
%bcond_without JSON %bcond_without JSON
%bcond_with BDB %bcond_with BDB
# skip DLZ for now # skip DLZ for now
@ -25,9 +24,11 @@
%if 0%{?fedora} >= 28 %if 0%{?fedora} >= 28
%bcond_without UNITTEST %bcond_without UNITTEST
%bcond_without DNSTAP %bcond_without DNSTAP
%bcond_without LMDB
%else %else
%bcond_with UNITTEST %bcond_with UNITTEST
%bcond_with DNSTAP %bcond_with DNSTAP
%bcond_with LMDB
%endif %endif
%bcond_with TSAN %bcond_with TSAN