diff --git a/bind.spec b/bind.spec index 9a8c68b..65aa9b4 100644 --- a/bind.spec +++ b/bind.spec @@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: ISC Version: 9.5.0 -Release: 16.3.%{RELEASEVER}%{?dist} +Release: 16.4.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -101,7 +101,6 @@ BuildRequires: openldap-devel, postgresql-devel, sqlite-devel %endif %if %{DLZ} BuildRequires: openldap-devel, postgresql-devel, mysql-devel, db4-devel, unixODBC-devel -Requires: openldap, postgresql, mysql, db4, unixODBC %endif %if %{WITH_DBUS} BuildRequires: dbus-devel @@ -406,7 +405,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.224 2007/10/29 11:35:57 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.225 2007/11/12 15:30:02 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: @@ -649,6 +648,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Nov 12 2007 Adam Tkac 32:9.5.0-16.4.a6 +- removed Requires: openldap, postgresql, mysql, db4, unixODBC + * Mon Oct 29 2007 Adam Tkac 32:9.5.0-16.3.a6 - completely disable DBUS