diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-11-12 15:30:02 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-11-12 15:30:02 +0000 |
| commit | 034b68d322d4ad331af69b5a42035d85f81310ce (patch) | |
| tree | 47f8438bcf73c1269ac3719589450dc299ae2de4 | |
| parent | bb7f2fb3f63e852f5b0e0eb70bef63f6045731b9 (diff) | |
- removed Requires: openldap, postgresql, mysql, db4, unixODBC
| -rw-r--r-- | bind.spec | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 <atkac redhat com> 32:9.5.0-16.4.a6 +- removed Requires: openldap, postgresql, mysql, db4, unixODBC + * Mon Oct 29 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.3.a6 - completely disable DBUS |
