diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-05-13 07:09:20 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-05-13 07:09:20 +0000 |
| commit | df14f086d2667a2064d058dd8badc19a85b79982 (patch) | |
| tree | ff68d04dee9736bc03e9aa3d400a80360f6a22a9 /bind.spec | |
| parent | db5acf9fc2c83de392ff64219a513a907c7c632c (diff) | |
- reverted "any" patch, upstream says not neededbind-9_5_0-31_b3_fc9
- 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.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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: 30.1.%{RELEASEVER}%{?dist} +Release: 31.%{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 Patch90: bind-9.5-libcap.patch Patch91: bind-9.5-recv-race.patch -Patch92: bind-9.5-any.patch +Patch92: bind-9.5-edns.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -239,7 +239,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch85 -p1 -b .libidn3 %patch87 -p1 -b .parallel %patch91 -p1 -b .recv-race -%patch92 -p1 -b .any +%patch92 -p1 -b .edns :; @@ -394,7 +394,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.259 2008/05/06 09:44:46 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.260 2008/05/13 07:09:20 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: @@ -645,6 +645,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Tue May 13 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.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-30.1.b3 - addresses 0.0.0.0 and ::0 really match any (#275091, comment #28) |
