From 62ad4d6446b7914ee36fb4e44010a788eb1efc4c Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 3 Aug 2010 15:00:08 +0200 Subject: - update to 9.7.2b1 - patches merged - bind97-rh507429.patch --- bind.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 7735771..ec05d45 100644 --- a/bind.spec +++ b/bind.spec @@ -2,11 +2,11 @@ # Red Hat BIND package .spec file # -%define PATCHVER P2 -#%define PREVER rc1 -#%define VERSION %{version}%{PREVER} +#%define PATCHVER P2 +%define PREVER b1 #%define VERSION %{version} -%define VERSION %{version}-%{PATCHVER} +#%define VERSION %{version}-%{PATCHVER} +%define VERSION %{version}%{PREVER} %{?!SDB: %define SDB 1} %{?!test: %define test 0} @@ -20,8 +20,8 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server Name: bind License: ISC -Version: 9.7.1 -Release: 5.%{PATCHVER}%{?dist} +Version: 9.7.2 +Release: 0.1.%{PREVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -56,7 +56,6 @@ Patch102:bind-95-rh452060.patch Patch106:bind93-rh490837.patch Patch107:bind97-dist-pkcs11.patch Patch109:bind97-rh478718.patch -Patch110:bind97-rh507429.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -238,7 +237,6 @@ mkdir m4 %patch106 -p0 -b .rh490837 %patch107 -p1 -b .dist-pkcs11 %patch109 -p1 -b .rh478718 -%patch110 -p1 -b .rh507429 # Sparc and s390 arches need to use -fPIE %ifarch sparcv9 sparc64 s390 s390x @@ -674,6 +672,11 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Aug 03 2010 Adam Tkac 32:9.7.2-0.1.b1 +- update to 9.7.2b1 +- patches merged + - bind97-rh507429.patch + * Mon Jul 19 2010 Adam Tkac 32:9.7.1-5.P2 - supply root zone DNSKEY in default configuration -- cgit