fixup! Make spec work also on CentOS 8

This commit is contained in:
Petr Menšík 2020-04-16 12:46:45 +02:00
parent 96e1d963a4
commit 076f5f80bc

View File

@ -16,7 +16,6 @@
# due to extensive changes to Makefiles # due to extensive changes to Makefiles
%bcond_without PKCS11 %bcond_without PKCS11
%bcond_without DEVEL %bcond_without DEVEL
%bcond_without LMDB
%bcond_without JSON %bcond_without JSON
%bcond_without DLZ %bcond_without DLZ
%bcond_with BDB %bcond_with BDB
@ -28,9 +27,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