diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: 13.%{RELEASEVER}%{?dist} +Release: 14.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -65,6 +65,7 @@ Patch72: bind-9.5-dlz-64bit.patch Patch75: bind-9.5-update.patch Patch78: bind-9.5-pool_badfree.patch Patch79: bind-9.5-_res_errno.patch +Patch80: bind-9.5-edns.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -244,6 +245,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch75 -p1 -b .update %patch78 -p1 -b .badfree %patch79 -p1 -b .errno +%patch80 -p1 -b .edns :; @@ -643,6 +645,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Sep 24 2007 Adam Tkac <atkac redhat com> 32:9.5.0-14.a6 +- added edns patch again (#275091) + * Mon Sep 24 2007 Adam Tkac <atkac redhat com> 32:9.5.0-13.a6 - removed bind-9.3.3-edns.patch patch (see #275091 for reasons) |
