import bind-9.11.26-2.el8
This commit is contained in:
parent
c9ec8e5c00
commit
5e58c2dcaa
@ -15,13 +15,14 @@
|
|||||||
# it is not possible to build the package without PKCS11 sub-package
|
# it is not possible to build the package without PKCS11 sub-package
|
||||||
# due to extensive changes to Makefiles
|
# due to extensive changes to Makefiles
|
||||||
%bcond_without PKCS11
|
%bcond_without PKCS11
|
||||||
|
%bcond_without JSON
|
||||||
%bcond_with LMDB
|
%bcond_with LMDB
|
||||||
|
%bcond_without DNSTAP
|
||||||
%bcond_with DLZ
|
%bcond_with DLZ
|
||||||
%bcond_without EXPORT_LIBS
|
%bcond_without EXPORT_LIBS
|
||||||
%bcond_without BDB
|
%bcond_without BDB
|
||||||
# Legacy GeoIP support
|
# Legacy GeoIP support
|
||||||
%bcond_with GEOIP
|
%bcond_with GEOIP
|
||||||
%bcond_with DNSTAP
|
|
||||||
%bcond_with DOC
|
%bcond_with DOC
|
||||||
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
|
%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8
|
||||||
%bcond_without UNITTEST
|
%bcond_without UNITTEST
|
||||||
@ -67,7 +68,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.26
|
Version: 9.11.26
|
||||||
Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -1364,6 +1365,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%if %{with LMDB}
|
%if %{with LMDB}
|
||||||
%{_sbindir}/named-nzd2nzf
|
%{_sbindir}/named-nzd2nzf
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with DNSTAP}
|
||||||
|
%{_bindir}/dnstap-read
|
||||||
|
%{_mandir}/man1/dnstap-read.1*
|
||||||
|
%endif
|
||||||
%{_mandir}/man1/host.1*
|
%{_mandir}/man1/host.1*
|
||||||
%{_mandir}/man1/nsupdate.1*
|
%{_mandir}/man1/nsupdate.1*
|
||||||
%{_mandir}/man1/dig.1*
|
%{_mandir}/man1/dig.1*
|
||||||
@ -1594,6 +1599,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2021 Petr Menšík <pemensik@redhat.com> - 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 <pemensik@redhat.com> - 32:9.11.26-1
|
* Mon Jan 04 2021 Petr Menšík <pemensik@redhat.com> - 32:9.11.26-1
|
||||||
- Update to 9.11.26
|
- Update to 9.11.26
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user