diff --git a/SPECS/bind.spec b/SPECS/bind.spec index c6e40ad..e8d9dcf 100644 --- a/SPECS/bind.spec +++ b/SPECS/bind.spec @@ -15,13 +15,14 @@ # it is not possible to build the package without PKCS11 sub-package # due to extensive changes to Makefiles %bcond_without PKCS11 +%bcond_without JSON %bcond_with LMDB +%bcond_without DNSTAP %bcond_with DLZ %bcond_without EXPORT_LIBS %bcond_without BDB # Legacy GeoIP support %bcond_with GEOIP -%bcond_with DNSTAP %bcond_with DOC %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 %bcond_without UNITTEST @@ -67,7 +68,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.26 -Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -1364,6 +1365,10 @@ rm -rf ${RPM_BUILD_ROOT} %if %{with LMDB} %{_sbindir}/named-nzd2nzf %endif +%if %{with DNSTAP} +%{_bindir}/dnstap-read +%{_mandir}/man1/dnstap-read.1* +%endif %{_mandir}/man1/host.1* %{_mandir}/man1/nsupdate.1* %{_mandir}/man1/dig.1* @@ -1594,6 +1599,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Jan 05 2021 Petr Menšík - 32:9.11.26-2 +- Add DNSTAP support (#1854148), new dnstap-read tool +- Add JSON support in statistics-channel (#1899257) + * Mon Jan 04 2021 Petr Menšík - 32:9.11.26-1 - Update to 9.11.26