diff --git a/bind.spec b/bind.spec index 2031ece..13937e2 100644 --- a/bind.spec +++ b/bind.spec @@ -6,8 +6,8 @@ %define MAJver %(echo %version | cut -d. -f 1-2) Name: bind -Version: 9.17.0 -Release: 2mamba +Version: 9.17.1 +Release: 1mamba Summary: A DNS (Domain Name System) server Group: System/Servers Vendor: openmamba @@ -93,8 +93,9 @@ You should install bind-utils if you need to get information from DNS name serve %debug_package %prep -%setup -q -n %{name}-%{pkgver} -D -T -:<< _EOF +%setup -q -n %{name}-%{pkgver} +#-D -T +#:<< _EOF #%patch -p1 -b .mktemp #pushd contrib/queryperf @@ -107,7 +108,7 @@ tar xjf %{S:1} #sed -i "s|/include/json/json.h|/include/json/json.h.no|" configure %build -:<< _EOF +#:<< _EOF %configure \ --enable-threads \ --enable-ipv6 \ @@ -360,6 +361,9 @@ exit 0 %{_mandir}/man8/dnssec-keymgr.8* %changelog +* Fri Apr 17 2020 Automatic Build System 9.17.1-1mamba +- automatic version update by autodist + * Sun Mar 29 2020 Silvan Calarco 9.17.0-2mamba - move libraries to new libbind package