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:
parent
bd6e8b8965
commit
f0b6f15ced
@ -18,7 +18,7 @@
|
|||||||
%bcond_without DEVEL
|
%bcond_without DEVEL
|
||||||
%bcond_with LMDB
|
%bcond_with LMDB
|
||||||
%bcond_with JSON
|
%bcond_with JSON
|
||||||
%bcond_with DNSTAP
|
%bcond_without DNSTAP
|
||||||
%bcond_with DLZ
|
%bcond_with DLZ
|
||||||
%bcond_without EXPORT_LIBS
|
%bcond_without EXPORT_LIBS
|
||||||
%if 0%{?fedora} >= 17
|
%if 0%{?fedora} >= 17
|
||||||
@ -54,7 +54,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Version: 9.11.5
|
Version: 9.11.5
|
||||||
Release: 11%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 12%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -1529,6 +1529,9 @@ fi;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 21 2019 Petr Menšík <pemensik@redhat.com> - 32:9.11.5-11.P1
|
||||||
- Disable often failing unit test random_test
|
- Disable often failing unit test random_test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user