summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-08-11 12:39:51 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-08-11 12:39:51 +0000
commit6669aa0e122eb2972018b3734340be10d203fc96 (patch)
tree86dd69723f06f0418a4b574a0fc8b382135a8848 /bind.spec
parenta846e8e4f606b8680871ab44fcc13c9d65b3e8f0 (diff)
added Provides: bind-config
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec8
1 files changed, 6 insertions, 2 deletions
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 <stransky@redhat.com> - 30:9.3.2-36
+- added Provides: bind-config
+
* Fri Aug 11 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.2-35
- fix bug 197493: renaming subpackage bind-config to caching-nameserver