rpms/bind/devel bind.spec,1.256,1.257

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Wed Apr 23 15:15:50 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24373

Modified Files:
	bind.spec 
Log Message:
- build Berkeley DB DLZ backend



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- bind.spec	23 Apr 2008 08:03:00 -0000	1.256
+++ bind.spec	23 Apr 2008 15:15:11 -0000	1.257
@@ -18,7 +18,7 @@
 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 @@
 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 @@
 	--with-dlz-mysql=yes \
 	--with-dlz-filesystem=yes \
 	--with-dlz-odbc=yes \
+	--with-dlz-bdb=yes \
 %endif
 %if %{GSSTSIG}
 	--with-gssapi=yes \
@@ -639,6 +641,9 @@
 %{_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)




More information about the scm-commits mailing list