diff --git a/bind.spec b/bind.spec index 925f7f8..be58c78 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.1.%{RELEASEVER}%{?dist} +Release: 16.2.%{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.223 2007/10/29 11:22:33 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.224 2007/11/12 15:55:18 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,8 +648,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Nov 12 2007 Adam Tkac 32:9.5.0-16.2.a6 +- removed Requires: openldap, postgresql, mysql, db4, unixODBC (#374261) + * Mon Oct 29 2007 Adam Tkac 32:9.5.0-16.1.a6 -- completely disable DBUS +- completely disable DBUS (#339191) * Tue Oct 23 2007 Adam Tkac 32:9.5.0-16.a6 - disabled DBUS (dhcdbd doesn't exist & #339191)