summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-04-23 15:15:11 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-04-23 15:15:11 +0000
commit696f60bbe3964fb02cf0ee99845ed863746a5738 (patch)
treea635ab43cb00d6bd1e5536acedc79e7c8f4dd7b0
parenta54f2c73d2b2c53694e5bf091292db60bfde17e8 (diff)
- build Berkeley DB DLZ backend
-rw-r--r--bind.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index f584087..c644753 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 30.%{RELEASEVER}%{dist}
+Release: 30.1.%{RELEASEVER}%{dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -88,7 +88,8 @@ Provides: bind-config, caching-nameserver
BuildRequires: openssl-devel, libtool, autoconf, pkgconfig, libcap-devel
BuildRequires: libidn-devel
%if %{SDB}
-BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel, unixODBC-devel
+BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel
+BuildRequires: db4-devel unixODBC-devel
%endif
%if %{WITH_DBUS}
BuildRequires: dbus-devel
@@ -272,6 +273,7 @@ fi
--with-dlz-mysql=yes \
--with-dlz-filesystem=yes \
--with-dlz-odbc=yes \
+ --with-dlz-bdb=yes \
%endif
%if %{GSSTSIG}
--with-gssapi=yes \
@@ -388,7 +390,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.256 2008/04/23 08:03: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.257 2008/04/23 15:15:11 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:
@@ -639,6 +641,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Wed Apr 23 2008 Adam Tkac <atkac redhat com> 32:9.5.0-30.1.b3
+- build Berkeley DB DLZ backend
+
* Mon Apr 21 2008 Adam Tkac <atkac redhat com> 32:9.5.0-30.b3
- 9.5.0b3 release
- dropped patches (upstream)