summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-05-13 07:09:15 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-05-13 07:09:15 +0000
commit038864092f0bd2218abbe69af42fa0c4f3fd4e55 (patch)
treef1877abffd0cd33d2c8d5372c7d8774edcfee5c8 /bind.spec
parentb246b77488d54d21f20af967da909225d65bb838 (diff)
downloadbind-038864092f0bd2218abbe69af42fa0c4f3fd4e55.tar.gz
bind-038864092f0bd2218abbe69af42fa0c4f3fd4e55.tar.xz
bind-038864092f0bd2218abbe69af42fa0c4f3fd4e55.zip
- reverted "any" patch, upstream says not neededbind-9_5_0-32_b3_fc10
- log EDNS failure only when we really switch to plain EDNS (#275091) - detect configuration file better
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec11
1 files changed, 8 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index e569abe..e5036be 100644
--- a/bind.spec
+++ b/bind.spec
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 31.1.%{RELEASEVER}%{dist}
+Release: 32.%{RELEASEVER}%{dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -59,7 +59,7 @@ Patch72: bind-9.5-dlz-64bit.patch
Patch87: bind-9.5-parallel-build.patch
Patch88: bind-9.5-libcap.patch
Patch89: bind-9.5-recv-race.patch
-Patch90: bind-9.5-any.patch
+Patch90: bind-9.5-edns.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -240,7 +240,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch85 -p1 -b .libidn3
%patch87 -p1 -b .parallel
%patch89 -p1 -b .recv-race
-%patch90 -p1 -b .any
+%patch90 -p1 -b .edns
:;
@@ -647,6 +647,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue May 13 2008 Adam Tkac <atkac redhat com> 32:9.5.0-32.b3
+- reverted "any" patch, upstream says not needed
+- log EDNS failure only when we really switch to plain EDNS (#275091)
+- detect configuration file better
+
* Tue May 06 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.1.b3
- addresses 0.0.0.0 and ::0 really match any (#275091, comment #28)