diff --git a/bind.spec b/bind.spec index 488f84c..2903db2 100644 --- a/bind.spec +++ b/bind.spec @@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.3.2 -Release: 35%{?dist} +Release: 36%{?dist} Epoch: 30 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-root @@ -178,6 +178,7 @@ required for DNS (Domain Name System) development with ISC BIND 9.x.x. Summary: Default BIND configuration files for a caching nameserver Group: System Environment/Daemons Obsoletes: bind-config +Provides: bind-config Requires: bind = %{epoch}:%{version}-%{release} Requires(post): bash, coreutils, sed, grep Requires(postun): bash, coreutils, sed, grep @@ -517,7 +518,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.119 2006/08/11 09:53:19 stransky 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.120 2006/08/11 12:39:51 stransky 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: @@ -845,6 +846,9 @@ rm -rf ${RPM_BUILD_ROOT} :; %changelog +* Fri Aug 11 2006 Martin Stransky - 30:9.3.2-36 +- added Provides: bind-config + * Fri Aug 11 2006 Martin Stransky - 30:9.3.2-35 - fix bug 197493: renaming subpackage bind-config to caching-nameserver