automatic version update by autodist [release 9.13.6-1mamba;Fri Feb 08 2019]

This commit is contained in:
Automatic Build System 2024-01-05 20:47:28 +01:00
parent d42754889a
commit e078998f6a

View File

@ -6,7 +6,7 @@
%define MAJver %(echo %version | cut -d. -f 1-2)
Name: bind
Version: 9.13.3
Version: 9.13.6
Release: 1mamba
Summary: A DNS (Domain Name System) server
Group: System/Servers
@ -95,6 +95,9 @@ tar xjf %{S:1}
--enable-threads \
--enable-ipv6 \
LIBS="-ltermcap" \
%ifarch arm
CFLAGS="%{optflags} -march=armv7-a" \
%endif
%if "%{_host}" != "%{_build}"
--enable-epoll \
--with-python \
@ -193,10 +196,8 @@ 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
@ -235,10 +236,8 @@ exit 0
%{_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*
@ -247,6 +246,7 @@ exit 0
%{_mandir}/man8/dnssec-revoke.*
%{_mandir}/man8/dnssec-settime.*
%{_mandir}/man8/dnssec-verify.8*
%{_mandir}/man8/filter-aaaa.8*
#%{_mandir}/man8/lwresd.*
%{_mandir}/man8/named-checkconf.*
%{_mandir}/man8/named-checkzone.*
@ -295,9 +295,7 @@ exit 0
%{_bindir}/isc-config.sh
%{_bindir}/nslookup
%{_bindir}/nsupdate
%ifnarch arm
%{_sbindir}/dnssec-keymgr
%endif
#%{_sbindir}/genrandom
#%{_sbindir}/isc-hmac-fixup
%{_sbindir}/nsec3hash
@ -305,11 +303,15 @@ exit 0
#%{_mandir}/man8/genrandom.*
#%{_mandir}/man8/isc-hmac-fixup.*
%{_mandir}/man8/nsec3hash.*
%ifnarch arm
%{_mandir}/man8/dnssec-keymgr.8*
%endif
%changelog
* Fri Feb 08 2019 Automatic Build System <autodist@mambasoft.it> 9.13.6-1mamba
- automatic version update by autodist
* Wed Dec 19 2018 Automatic Build System <autodist@mambasoft.it> 9.13.5-1mamba
- automatic version update by autodist
* Sat Sep 22 2018 Automatic Build System <autodist@mambasoft.it> 9.13.3-1mamba
- automatic version update by autodist