From 4ffbbec6bfc2c543403b86821b7dd3061bc3e27e Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 22 May 2007 14:39:30 +0000 Subject: - fixed bind-chroot-admin dynamic zone update handling - rewrited ldap backend to latest api --- bind.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'bind.spec') diff --git a/bind.spec b/bind.spec index 6969022..aad96b1 100644 --- a/bind.spec +++ b/bind.spec @@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -83,6 +83,7 @@ Patch65: bind-9.4.0-dig-idn.patch %endif Patch66: bind-9.4.0-zone-freeze.patch Patch67: bind-9.4.0-dbus-race-condition.patch +Patch68: bind-9.4.1-ldap-new-api.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): grep, chkconfig >= 1.3.26 @@ -246,6 +247,7 @@ BIND's idn implementation libraries %if %{SDB} %patch11 -p1 -b .sdbsrc %patch61 -p1 -b .sdb-sqlite-src +%patch68 -p1 -b .new-api # BUILD 'Simplified Database Backend' (SDB) version of named: named_sdb cp -rfp bin/named bin/named_sdb # SDB ldap @@ -480,7 +482,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.180 2007/05/15 12:17:17 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.181 2007/05/22 14:39:30 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: @@ -808,8 +810,10 @@ rm -rf ${RPM_BUILD_ROOT} %changelog -* Tue May 15 2007 Adam Tkac 31:9.4.1-3.fc7 +* Tue May 22 2007 Adam Tkac 31:9.4.1-3.fc7 - fixed bind-chroot-admin dynamic DNS handling (#239149) +- updated zone-freeze patch to latest upstream +- ldap sdb has been rewriten to latest api (#239802) * Mon May 07 2007 Adam Tkac 31:9.4.1-2.fc7 - test build on new build system -- cgit