diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
