From 08bdf0ebe6a7ffebd92fcd00f0da03d159bb3c4e Mon Sep 17 00:00:00 2001 From: Petr Menšík Date: Thu, 15 Jun 2017 17:19:36 +0200 Subject: Update to 9.11.1-P1 --- bind.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index c07c755..70cb9fa 100644 --- a/bind.spec +++ b/bind.spec @@ -2,7 +2,7 @@ # Red Hat BIND package .spec file # -%global PATCHVER P5 +%global PATCHVER P1 #%%global PREVER rc1 %global BINDVERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}} @@ -24,8 +24,8 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server Name: bind License: MPLv2.0 -Version: 9.11.0 -Release: 8%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Version: 9.11.1 +Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1026,6 +1026,9 @@ rm -rf ${RPM_BUILD_ROOT} %{python3_sitelib}/isc/__pycache__/*py* %changelog +* Thu Jun 15 2017 Petr Menšík - 32:9.11.1-1.P1 +- Update to 9.11.1-P1 + * Fri Apr 21 2017 Petr Menšík - 32:9.11.0-8.P5 - Fix queries for TKEY in nsupdate, when using GSSAPI (#1236087) -- cgit