summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-11-26 19:26:22 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-11-26 19:26:22 +0000
commitd655546104d71f037fd302691ba42f9b6eef20d4 (patch)
treee6c3d2cf618144944981c3078f3b3cd179863764 /bind.spec
parent1aa69649cfd71596e835e719743336a51bec9b5e (diff)
- removed edns patch to keep compatibility with vanilla bind (#275091,
comment #20)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index c73be17..125fb12 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 18.2.%{RELEASEVER}%{?dist}
+Release: 18.3.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +62,6 @@ Patch63: bind-9.4.0-dnssec-directory.patch
Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
-Patch80: bind-9.5-edns.patch
Patch83: bind-9.5-random_ports.patch
# SDB patches
@@ -256,7 +255,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch72 -p1 -b .64bit
%endif
%patch73 -p1 -b .libidn
-%patch80 -p1 -b .edns
%patch83 -p1 -b .ports
:;
@@ -414,7 +412,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.230 2007/11/21 12:00:28 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.231 2007/11/26 19:26:22 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:
@@ -667,6 +665,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Nov 26 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.3.a7
+- removed edns patch to keep compatibility with vanilla bind
+ (#275091, comment #20)
+
* Wed Nov 21 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.2.a7
- use system port selector instead ISC's (#391931)