From 600bfd47eff61dbf068590297ad731f3f8616f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 27 Jun 2018 16:40:41 +0200 Subject: [PATCH] Remove named.iscdlv.key file (#1595782) --- bind.spec | 7 ++++--- named.conf.sample | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bind.spec b/bind.spec index dc2096f..86cb564 100644 --- a/bind.spec +++ b/bind.spec @@ -45,7 +45,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.3 -Release: 10%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 11%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ # @@ -906,7 +906,6 @@ install -m 640 %{SOURCE26} ${RPM_BUILD_ROOT}/etc/named.conf touch ${RPM_BUILD_ROOT}/etc/rndc.key touch ${RPM_BUILD_ROOT}/etc/rndc.conf mkdir ${RPM_BUILD_ROOT}/etc/named -install -m 644 bind.keys ${RPM_BUILD_ROOT}/etc/named.iscdlv.key install -m 644 %{SOURCE36} ${RPM_BUILD_ROOT}/etc/trusted-key.key # sample bind configuration files for %%doc: @@ -1087,7 +1086,6 @@ rm -rf ${RPM_BUILD_ROOT} %files %{_libdir}/bind %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sysconfig/named -%config(noreplace) %attr(0644,root,named) %{_sysconfdir}/named.iscdlv.key %config(noreplace) %attr(0644,root,named) %{_sysconfdir}/named.root.key %{_tmpfilesdir}/named.conf %{_sysconfdir}/rwtab.d/named @@ -1412,6 +1410,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Jun 27 2018 Petr Menšík - 32:9.11.3-11 +- Remove named.iscdlv.key file (#1595782) + * Tue Jun 19 2018 Miro Hrončok - 32:9.11.3-10 - Rebuilt for Python 3.7 diff --git a/named.conf.sample b/named.conf.sample index 995b05b..a6cdc5e 100644 --- a/named.conf.sample +++ b/named.conf.sample @@ -145,7 +145,7 @@ view "internal" * not leak to the other nameservers: */ include "/etc/named.rfc1912.zones"; - + // These are your "authoritative" internal zones, and would probably // also be included in the "localhost_resolver" view above :