diff --git a/bind.spec b/bind.spec index 118b535..8854722 100644 --- a/bind.spec +++ b/bind.spec @@ -6,7 +6,7 @@ %define MAJver %(echo %version | cut -d. -f 1-2) Name: bind -Version: 9.9.5.W1 +Version: 9.10.0.P1 Release: 1mamba Summary: A DNS (Domain Name System) server Group: System/Servers @@ -77,7 +77,7 @@ You should install bind-utils if you need to get information from DNS name serve %prep %setup -q -n %{name}-%{pkgver} -%patch -p1 -b .mktemp +#%patch -p1 -b .mktemp #pushd contrib/queryperf #autoconf @@ -109,9 +109,9 @@ mkdir -p %{buildroot}%{_var}/named/slave %makeinstall touch %{buildroot}%{_sysconfdir}/rndc.key -cp contrib/named-bootconf/named-bootconf.sh \ +cp contrib/scripts/named-bootconf.sh \ %{buildroot}%{_sbindir}/named-bootconf -cp contrib/nanny/nanny.pl %{buildroot}%{_sbindir} +cp contrib/scripts/nanny.pl %{buildroot}%{_sbindir} #cp contrib/queryperf/queryperf %{buildroot}%{_sbindir} cp contrib/queryperf/README ./README.queryperf @@ -199,11 +199,13 @@ exit 0 %{_sbindir}/named-checkconf %{_sbindir}/named-checkzone %{_sbindir}/named-compilezone +%{_sbindir}/named-rrchecker %{_sbindir}/named-journalprint %attr(0755,root,root) %{_sbindir}/nanny.pl %attr(0755,root,root) %{_sbindir}/new_key.pl %{_sbindir}/rndc %{_sbindir}/rndc-confgen +%{_sbindir}/tsig-keygen %attr(0755,root,root) %{_sbindir}/update_bind.pl %attr(0755,root,root) %config(noreplace) %{_initrddir}/named %dir %attr(0755,named,named) %{_localstatedir}/named @@ -218,6 +220,7 @@ exit 0 %{_mandir}/man8/dnssec-coverage.8* %{_mandir}/man8/dnssec-dsfromkey.* %{_mandir}/man8/dnssec-keyfromlabel.* +%{_mandir}/man8/dnssec-importkey.8* %{_mandir}/man8/dnssec-signzone.* %{_mandir}/man8/dnssec-keygen.* %{_mandir}/man8/dnssec-revoke.* @@ -231,21 +234,36 @@ exit 0 %{_mandir}/man8/named.* %{_mandir}/man8/rndc-confgen.* %{_mandir}/man8/rndc.* +%{_mandir}/man8/tsig-keygen.8* %files devel %defattr(-,root,root) %{_bindir}/bind9-config -%{_includedir}/dns/ -%{_includedir}/isc/ -%{_includedir}/isccc/ -%{_includedir}/isccfg/ -%{_includedir}/lwres/ -%{_includedir}/dst/ -%{_includedir}/bind9/ +%dir %{_includedir}/dns/ +%{_includedir}/dns/* +%dir %{_includedir}/irs/ +%{_includedir}/irs/* +%dir %{_includedir}/isc/ +%{_includedir}/isc/* +%dir %{_includedir}/isccc/ +%{_includedir}/isccc/* +%dir %{_includedir}/isccfg/ +%{_includedir}/isccfg/* +%dir %{_includedir}/lwres/ +%{_includedir}/lwres/* +%dir %{_includedir}/dst/ +%{_includedir}/dst/* +%dir %{_includedir}/bind9/ +%{_includedir}/bind9/* +%dir %{_includedir}/pk11/ +%{_includedir}/pk11/* +%dir %{_includedir}/pkcs11/ +%{_includedir}/pkcs11/* %{_libdir}/* %files utils %defattr(-,root,root) +%{_bindir}/delv %{_bindir}/dig %{_bindir}/host %{_bindir}/isc-config.sh @@ -261,6 +279,9 @@ exit 0 %{_mandir}/man8/nsec3hash.* %changelog +* Sun May 18 2014 Automatic Build System 9.10.0.P1-1mamba +- automatic version update by autodist + * Sun Apr 13 2014 Silvan Calarco 9.9.5.W1-1mamba - update to 9.9.5.W1