diff --git a/bind.spec b/bind.spec index 217ac70..6e5a967 100644 --- a/bind.spec +++ b/bind.spec @@ -6,7 +6,7 @@ %define MAJver %(echo %version | cut -d. -f 1-2) Name: bind -Version: 9.11.2.P1 +Version: 9.12.0 Release: 1mamba Summary: A DNS (Domain Name System) server Group: System/Servers @@ -192,6 +192,7 @@ exit 0 %attr(0755,root,root) %{_sbindir}/bind-chroot.sh %{_sbindir}/dns-keygen %{_sbindir}/ddns-confgen +%{_sbindir}/dnssec-cds %{_sbindir}/dnssec-checkds %{_sbindir}/dnssec-coverage %{_sbindir}/dnssec-dsfromkey @@ -202,7 +203,7 @@ exit 0 %{_sbindir}/dnssec-settime %{_sbindir}/dnssec-signzone %{_sbindir}/dnssec-verify -%{_sbindir}/lwresd +#%{_sbindir}/lwresd %{_sbindir}/named %{_bindir}/named-rrchecker %attr(0755,root,root) %{_sbindir}/named-bootconf @@ -219,16 +220,17 @@ exit 0 %attr(0755,root,root) %{_sbindir}/update_bind.pl %attr(0755,root,root) %config(noreplace) %{_unitdir}/named.service %dir %attr(0755,named,named) %{_localstatedir}/named -%dir %attr(0755,named,named) %{_localstatedir}/named/slave +#%dir %attr(0755,named,named) %{_localstatedir}/named/slave %dir %attr(0755,named,named) %{_localstatedir}/run/named %{python27_sitelib}/isc-*.egg-info %dir %{python27_sitelib}/isc %{python27_sitelib}/isc/* %attr(0755,named,named) %{_var}/named/* -%{_mandir}/man3/* +#%{_mandir}/man3/* %{_mandir}/man5/named.conf.* %{_mandir}/man5/rndc.conf.* %{_mandir}/man8/ddns-confgen.* +%{_mandir}/man8/dnssec-cds.8.* %{_mandir}/man8/dnssec-checkds.8* %{_mandir}/man8/dnssec-coverage.8* %{_mandir}/man8/dnssec-dsfromkey.* @@ -239,7 +241,7 @@ exit 0 %{_mandir}/man8/dnssec-revoke.* %{_mandir}/man8/dnssec-settime.* %{_mandir}/man8/dnssec-verify.8* -%{_mandir}/man8/lwresd.* +#%{_mandir}/man8/lwresd.* %{_mandir}/man8/named-checkconf.* %{_mandir}/man8/named-checkzone.* %{_mandir}/man8/named-compilezone.* @@ -263,8 +265,8 @@ exit 0 %{_includedir}/isccc/* %dir %{_includedir}/isccfg/ %{_includedir}/isccfg/* -%dir %{_includedir}/lwres/ -%{_includedir}/lwres/* +#%dir %{_includedir}/lwres/ +#%{_includedir}/lwres/* %dir %{_includedir}/dst/ %{_includedir}/dst/* %dir %{_includedir}/bind9/ @@ -273,6 +275,8 @@ exit 0 %{_includedir}/pk11/* %dir %{_includedir}/pkcs11/ %{_includedir}/pkcs11/* +%dir %{_includedir}/ns/ +%{_includedir}/ns/* %{_libdir}/* %files utils @@ -287,15 +291,18 @@ exit 0 %{_bindir}/nsupdate %{_sbindir}/dnssec-keymgr %{_sbindir}/genrandom -%{_sbindir}/isc-hmac-fixup +#%{_sbindir}/isc-hmac-fixup %{_sbindir}/nsec3hash %{_mandir}/man1/* %{_mandir}/man8/genrandom.* -%{_mandir}/man8/isc-hmac-fixup.* +#%{_mandir}/man8/isc-hmac-fixup.* %{_mandir}/man8/nsec3hash.* %{_mandir}/man8/dnssec-keymgr.8* %changelog +* Wed Feb 07 2018 Automatic Build System 9.12.0-1mamba +- automatic version update by autodist + * Wed Jan 17 2018 Automatic Build System 9.11.2.P1-1mamba - automatic version update by autodist