diff --git a/bind.spec b/bind.spec index 5f411ed..55ed424 100644 --- a/bind.spec +++ b/bind.spec @@ -18,7 +18,6 @@ %bcond_without DEVEL %bcond_without LMDB %bcond_without JSON -%bcond_without DNSTAP %bcond_without DLZ %bcond_with BDB %bcond_with EXPORT_LIBS @@ -28,8 +27,10 @@ %bcond_without GEOIP2 %if 0%{?fedora} >= 28 %bcond_without UNITTEST +%bcond_without DNSTAP %else %bcond_with UNITTEST +%bcond_with DNSTAP %endif %bcond_with TSAN @@ -528,7 +529,9 @@ are used for building ISC DHCP. %endif %prep +%if 0%{?gpgverify:1} %{gpgverify} --keyring='%{SOURCE4}' --signature='%{SOURCE2}' --data='%{SOURCE0}' +%endif %setup -q -n %{name}-%{BINDVERSION} # Common patches