summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-11-10 14:00:17 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-11-10 14:00:17 +0000
commit5fd50d86bf14dafb0720e4244460de1d2b11430b (patch)
treee15557f6bd62dec6920fe9bca85bbfe8009ad4ac /bind.spec
parentd4d10768ac2fc10bc0e7437a1443770375570147 (diff)
added back an interval to restart
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 64e38ef..b70eba6 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -447,7 +447,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.142 2006/11/03 15:04:41 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.143 2006/11/10 14:00:17 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:
@@ -776,6 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Fri Nov 10 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-7
+- added back an interval to restart
+
* Mon Oct 30 2006 Martin Stransky <stransky@redhat.com> - 30:9.3.3-6
- fix for #200465: named-checkzone and co. cannot be run as non-root user
- fix for #212348: chroot'd named causes df permission denied error