summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-02-12 11:40:19 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-02-12 11:40:19 +0000
commit7e837e3291eeee7d67ad6262807b0963701cbbd5 (patch)
tree5151ef429d54a899c53bba6168229f886d095a08 /bind.spec
parentf36e3483f50efbb3ff3f9bb934ee0e65ccec687a (diff)
- improved sdb_tools Makefile.in
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index f66d44a..cb373de 100644
--- a/bind.spec
+++ b/bind.spec
@@ -406,7 +406,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.247 2008/02/11 17:11:26 atkac 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.248 2008/02/12 11:40:19 atkac 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:
@@ -670,6 +670,7 @@ rm -rf ${RPM_BUILD_ROOT}
- removed bind-9.5-gssapi-header.patch (upstream)
- removed bind-9.5-CVE-2008-0122.patch (upstream)
- removed bind-9.2.2-nsl.patch
+- improved sdb_tools Makefile.in
* Mon Feb 04 2008 Adam Tkac <atkac redhat com> 32:9.5.0-25.b1
- fixed segfault during sending notifies (#400461)