diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -2,7 +2,8 @@ # Red Hat BIND package .spec file # -%define PATCHVER P1 +%define PATCHVER P2 +%define VERSION %{version}-%{PATCHVER} %define _default_patch_fuzz 2 %{?!SDB: %define SDB 1} @@ -21,13 +22,13 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 28.1.%{PATCHVER}%{?dist} +Release: 29.%{PATCHVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Group: System Environment/Daemons # -Source: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{version}-%{PATCHVER}.tar.gz +Source: ftp://ftp.isc.org/isc/bind9/%{VERSION}/bind-%{VERSION}.tar.gz Source1: named.sysconfig Source2: named.init Source3: named.logrotate @@ -62,8 +63,8 @@ Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch80: bind-9.5-edns.patch Patch88: bind-9.5-recv-race.patch -Patch89: bind95-rh450995.patch Patch90: bind95-rh457175.patch +Patch91: bind95-rh454783.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -186,7 +187,7 @@ chroot(2) jail for the named(8) program from the BIND package. Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz> %prep -%setup -q -n %{name}-%{version}-%{PATCHVER} +%setup -q -n %{name}-%{VERSION} # Common patches %patch0 -p1 -b .varrun @@ -196,6 +197,7 @@ Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz> %patch10 -p1 -b .PIE %patch16 -p1 -b .redhat_doc %patch80 -p1 -b .edns +%patch91 -p1 -b .rh454783 %if %{SDB} mkdir bin/named-sdb cp -r bin/named/* bin/named-sdb @@ -252,7 +254,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch83 -p1 -b .libidn2 %patch85 -p1 -b .libidn3 %patch88 -p1 -b .recv-race -%patch89 -p1 -b .rh450995 %patch90 -p1 -b .rh457175 :; @@ -410,7 +411,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.250 2008/07/31 14:56:00 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.251 2008/08/06 10:01:39 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -669,6 +670,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Wed Aug 05 2008 Adam Tkac <atkac redhat com> 32:9.5.0-29.P2 +- 9.5.0-P2 release + - bind95-rh450995.patch was merged +- disable transfer stats on DLZ zones (#454783) + * Thu Jul 31 2008 Adam Tkac <atkac redhat com> 32:9.5.0-28.1.P1 - IP acls weren't merged correctly (#457175) |
