summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-03-06 15:35:07 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-03-06 15:35:07 +0000
commit6fb096ee7d305e4b4011a2d89350f4b4ebd8b860 (patch)
tree685e58e92c1423c5d1df7a330e12d5191d28276b
parentcd323ab2e26adaa89ccf274cce8c08d4d6ca5b58 (diff)
downloadbind-6fb096ee7d305e4b4011a2d89350f4b4ebd8b860.tar.gz
bind-6fb096ee7d305e4b4011a2d89350f4b4ebd8b860.tar.xz
bind-6fb096ee7d305e4b4011a2d89350f4b4ebd8b860.zip
release number have been corrected
-rw-r--r--bind.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 7f9fcc7..20fdd40 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.4.0
-Release: 8%{?dist}
+Release: 1%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -434,7 +434,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.165 2007/03/06 15:34:14 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.166 2007/03/06 15:35:07 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:
@@ -746,7 +746,7 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
-* Tue Mar 06 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-8.fc7
+* Tue Mar 06 2007 Adam Tkac <atkac@redhat.com> 31:9.4.0-1.fc7
- updated to 9.4.0
- bind-chroot-admin now sets EAs correctly (#213926)
- throw away next_server_on_referral and no_servfail_stops patches (fixed in 9.4.0)