automatic version update by autodist [release 9.13.2-1mamba;Wed Jul 11 2018]
This commit is contained in:
parent
e211f97d91
commit
21a2e04f27
17
bind.spec
17
bind.spec
@ -6,7 +6,7 @@
|
||||
%define MAJver %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
Name: bind
|
||||
Version: 9.13.1
|
||||
Version: 9.13.2
|
||||
Release: 1mamba
|
||||
Summary: A DNS (Domain Name System) server
|
||||
Group: System/Servers
|
||||
@ -88,7 +88,7 @@ You should install bind-utils if you need to get information from DNS name serve
|
||||
tar xjf %{S:1}
|
||||
|
||||
# Fix detection of jsoncpp
|
||||
sed "s|/include/json/json.h|/include/json/json.h.no|" configure
|
||||
#sed -i "s|/include/json/json.h|/include/json/json.h.no|" configure
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -193,8 +193,10 @@ exit 0
|
||||
%{_sbindir}/dns-keygen
|
||||
%{_sbindir}/ddns-confgen
|
||||
%{_sbindir}/dnssec-cds
|
||||
%ifnarch arm
|
||||
%{_sbindir}/dnssec-checkds
|
||||
%{_sbindir}/dnssec-coverage
|
||||
%endif
|
||||
%{_sbindir}/dnssec-dsfromkey
|
||||
%{_sbindir}/dnssec-keyfromlabel
|
||||
%{_sbindir}/dnssec-keygen
|
||||
@ -222,17 +224,21 @@ 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
|
||||
%ifnarch arm
|
||||
%{python27_sitelib}/isc-*.egg-info
|
||||
%dir %{python27_sitelib}/isc
|
||||
%{python27_sitelib}/isc/*
|
||||
%endif
|
||||
%attr(0755,named,named) %{_var}/named/*
|
||||
#%{_mandir}/man3/*
|
||||
%{_mandir}/man5/named.conf.*
|
||||
%{_mandir}/man5/rndc.conf.*
|
||||
%{_mandir}/man8/ddns-confgen.*
|
||||
%{_mandir}/man8/dnssec-cds.8.*
|
||||
%ifnarch arm
|
||||
%{_mandir}/man8/dnssec-checkds.8*
|
||||
%{_mandir}/man8/dnssec-coverage.8*
|
||||
%endif
|
||||
%{_mandir}/man8/dnssec-dsfromkey.*
|
||||
%{_mandir}/man8/dnssec-keyfromlabel.*
|
||||
%{_mandir}/man8/dnssec-importkey.8*
|
||||
@ -289,7 +295,9 @@ exit 0
|
||||
%{_bindir}/isc-config.sh
|
||||
%{_bindir}/nslookup
|
||||
%{_bindir}/nsupdate
|
||||
%ifnarch arm
|
||||
%{_sbindir}/dnssec-keymgr
|
||||
%endif
|
||||
#%{_sbindir}/genrandom
|
||||
#%{_sbindir}/isc-hmac-fixup
|
||||
%{_sbindir}/nsec3hash
|
||||
@ -297,9 +305,14 @@ exit 0
|
||||
#%{_mandir}/man8/genrandom.*
|
||||
#%{_mandir}/man8/isc-hmac-fixup.*
|
||||
%{_mandir}/man8/nsec3hash.*
|
||||
%ifnarch arm
|
||||
%{_mandir}/man8/dnssec-keymgr.8*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 11 2018 Automatic Build System <autodist@mambasoft.it> 9.13.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 9.13.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user