From 27a8e54aa71891dd60cfc8c07e2458a1f5c5e729 Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 29 Sep 2016 10:23:55 +0200 Subject: Update to 9.10.4-P3 Signed-off-by: Tomas Hozza --- .gitignore | 1 + bind.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9215716..5e83b15 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ bind-9.7.2b1.tar.gz /bind-9.10.3-P4.tar.gz /bind-9.10.4-P1.tar.gz /bind-9.10.4-P2.tar.gz +/bind-9.10.4-P3.tar.gz diff --git a/bind.spec b/bind.spec index f91d2cb..9c29341 100644 --- a/bind.spec +++ b/bind.spec @@ -2,7 +2,7 @@ # Red Hat BIND package .spec file # -%global PATCHVER P2 +%global PATCHVER P3 #%%global PREVER rc1 %global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}} @@ -25,7 +25,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.10.4 -Release: 1%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 2%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1002,6 +1002,9 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Sep 29 2016 Tomas Hozza - 32:9.10.4-2.P3 +- Update to 9.10.4-P3 + * Wed Jul 20 2016 Michal Ruprich - 32:9.10.4-1.P2 - Update to 9.10.4-P2 diff --git a/sources b/sources index bc8a644..897f47b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -50163d229020c48929c84bec5b0068d7 bind-9.10.4-P2.tar.gz c47ee477f29baac49dc59ef4fb732b97 config-15.tar.bz2 +2ce7b49516d3df1490bf2263f474b2d6 bind-9.10.4-P3.tar.gz -- cgit