summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-01-04 14:37:49 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-01-04 14:37:49 +0000
commite4f5cd60e57a6462a8d3dd49aee2619ac119ef1c (patch)
tree8eeeecd6c2661dc935150606301100e8c8f120c0 /bind.spec
parent4368b6fc08e07c9b00153be2efcb4960deb13a31 (diff)
added namedGetForwarders written in shell (#176100)
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 01763fb..0325c60 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.3
-Release: 1%{?prever}%{?dist}
+Release: 2%{?prever}%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -448,7 +448,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.149 2006/12/10 23:52:53 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.150 2007/01/04 14:37:49 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:
@@ -777,6 +777,10 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Thu Jan 4 2007 Martin Stransky <stransky@redhat.com> - 31:9.3.3-2
+- added namedGetForwarders written in shell (#176100),
+ created by Baris Cicek <baris@nerd.com.tr>.
+
* Sun Dec 10 2006 Martin Stransky <stransky@redhat.com> - 31:9.3.3-1
- update to 9.3.3 final
- fix for #219069: file included twice in src.rpm