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