Enable DNSTAP (#1564776)

Enable support for DNSTAP. It will introduce new linked libraries to
bind and its tools, including bind-utils.
This commit is contained in:
Petr Menšík 2019-02-22 19:14:36 +01:00
parent bd6e8b8965
commit f0b6f15ced
1 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@
%bcond_without DEVEL
%bcond_with LMDB
%bcond_with JSON
%bcond_with DNSTAP
%bcond_without DNSTAP
%bcond_with DLZ
%bcond_without EXPORT_LIBS
%if 0%{?fedora} >= 17
@ -54,7 +54,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: MPLv2.0
Version: 9.11.5
Release: 11%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
Release: 12%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
Epoch: 32
Url: https://www.isc.org/downloads/bind/
#
@ -1529,6 +1529,9 @@ fi;
%changelog
* Fri Feb 22 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-12.P1
- Enable DNSTAP support (#1564776)
* Thu Feb 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-11.P1
- Disable often failing unit test random_test