automatic version update by autodist [release 9.11.0-1mamba;Wed Oct 05 2016]
This commit is contained in:
parent
736799285d
commit
dddb00d258
20
bind.spec
20
bind.spec
@ -6,7 +6,7 @@
|
||||
%define MAJver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: bind
|
||||
Version: 9.10.4.P3
|
||||
Version: 9.11.0
|
||||
Release: 1mamba
|
||||
Summary: A DNS (Domain Name System) server
|
||||
Group: System/Servers
|
||||
@ -37,11 +37,13 @@ BuildRequires: libopenssl-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-ply
|
||||
BuildRequires: python-argparse
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: openjade
|
||||
BuildRequires: jadetex
|
||||
%endif
|
||||
Requires: python-ply
|
||||
Requires: python-argparse
|
||||
Requires: %{name}-utils = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -95,6 +97,7 @@ sed "s|/include/json/json.h|/include/json/json.h.no|" configure
|
||||
LIBS="-ltermcap" \
|
||||
%if "%{_host}" != "%{_build}"
|
||||
--enable-epoll \
|
||||
--with-python \
|
||||
--with-randomdev=/dev/random \
|
||||
BUILD_CC=%{_build}-gcc
|
||||
%endif
|
||||
@ -201,12 +204,13 @@ exit 0
|
||||
%{_sbindir}/dnssec-verify
|
||||
%{_sbindir}/lwresd
|
||||
%{_sbindir}/named
|
||||
%{_bindir}/named-rrchecker
|
||||
%attr(0755,root,root) %{_sbindir}/named-bootconf
|
||||
%{_sbindir}/named-checkconf
|
||||
%{_sbindir}/named-checkzone
|
||||
%{_sbindir}/named-compilezone
|
||||
%{_sbindir}/named-rrchecker
|
||||
%{_sbindir}/named-journalprint
|
||||
%{_sbindir}/named-nzd2nzf
|
||||
%attr(0755,root,root) %{_sbindir}/nanny.pl
|
||||
%attr(0755,root,root) %{_sbindir}/new_key.pl
|
||||
%{_sbindir}/rndc
|
||||
@ -217,6 +221,9 @@ exit 0
|
||||
%dir %attr(0755,named,named) %{_localstatedir}/named
|
||||
%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}/man5/named.conf.*
|
||||
@ -237,6 +244,7 @@ exit 0
|
||||
%{_mandir}/man8/named-checkzone.*
|
||||
%{_mandir}/man8/named-compilezone.*
|
||||
%{_mandir}/man8/named-journalprint.*
|
||||
%{_mandir}/man8/named-nzd2nzf.8*
|
||||
%{_mandir}/man8/named.*
|
||||
%{_mandir}/man8/rndc-confgen.*
|
||||
%{_mandir}/man8/rndc.*
|
||||
@ -269,13 +277,15 @@ exit 0
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/arpaname
|
||||
%{_bindir}/delv
|
||||
%{_bindir}/dig
|
||||
%{_bindir}/mdig
|
||||
%{_bindir}/host
|
||||
%{_bindir}/isc-config.sh
|
||||
%{_bindir}/nslookup
|
||||
%{_bindir}/nsupdate
|
||||
%{_sbindir}/arpaname
|
||||
%{_sbindir}/dnssec-keymgr
|
||||
%{_sbindir}/genrandom
|
||||
%{_sbindir}/isc-hmac-fixup
|
||||
%{_sbindir}/nsec3hash
|
||||
@ -283,8 +293,12 @@ exit 0
|
||||
%{_mandir}/man8/genrandom.*
|
||||
%{_mandir}/man8/isc-hmac-fixup.*
|
||||
%{_mandir}/man8/nsec3hash.*
|
||||
%{_mandir}/man8/dnssec-keymgr.8*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2016 Automatic Build System <autodist@mambasoft.it> 9.11.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 28 2016 Automatic Build System <autodist@mambasoft.it> 9.10.4.P3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user