- build Berkeley DB DLZ backend
This commit is contained in:
parent
76073e2e5c
commit
44f4a7a882
@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: ISC
|
License: ISC
|
||||||
Version: 9.5.0
|
Version: 9.5.0
|
||||||
Release: 30.%{RELEASEVER}%{dist}
|
Release: 30.1.%{RELEASEVER}%{dist}
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: http://www.isc.org/products/BIND/
|
Url: http://www.isc.org/products/BIND/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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: openssl-devel, libtool, autoconf, pkgconfig, libcap-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
%if %{SDB}
|
%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
|
%endif
|
||||||
%if %{WITH_DBUS}
|
%if %{WITH_DBUS}
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
@ -272,6 +273,7 @@ fi
|
|||||||
--with-dlz-mysql=yes \
|
--with-dlz-mysql=yes \
|
||||||
--with-dlz-filesystem=yes \
|
--with-dlz-filesystem=yes \
|
||||||
--with-dlz-odbc=yes \
|
--with-dlz-odbc=yes \
|
||||||
|
--with-dlz-bdb=yes \
|
||||||
%endif
|
%endif
|
||||||
%if %{GSSTSIG}
|
%if %{GSSTSIG}
|
||||||
--with-gssapi=yes \
|
--with-gssapi=yes \
|
||||||
@ -639,6 +641,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sbindir}/bind-chroot-admin
|
%{_sbindir}/bind-chroot-admin
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 21 2008 Adam Tkac <atkac redhat com> 32:9.5.0-30.b3
|
||||||
- 9.5.0b3 release
|
- 9.5.0b3 release
|
||||||
- dropped patches (upstream)
|
- dropped patches (upstream)
|
||||||
|
Loading…
Reference in New Issue
Block a user