summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-09-06 11:36:13 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-09-06 11:36:13 +0000
commitfd2022f6be3f528ee19bd6c695aba9e938005a54 (patch)
tree9065e35e02fa49bf3fe8b65dd5f5ee29fdb823d7 /bind.spec
parent405530db09f8128f24f3d4d5de4108ac5f5bd247 (diff)
- bind-9.5-2119_revert.patch and bind-9.5-fix_h_errno.patch are obsoleted
by upstream bind-9.5-_res_errno.patch
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/bind.spec b/bind.spec
index e0de51c..83f263c 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: 11.9.%{RELEASEVER}%{?dist}
+Release: 12.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,9 +65,8 @@ Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch75: bind-9.5-update.patch
-Patch76: bind-9.5-2119_revert.patch
-Patch77: bind-9.5-fix_h_errno.patch
Patch78: bind-9.5-pool_badfree.patch
+Patch79: bind-9.5-_res_errno.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -249,9 +248,8 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%endif
%patch73 -p1 -b .libidn
%patch75 -p1 -b .update
-%patch76 -p1 -b .2119
-%patch77 -p1 -b .errno
%patch78 -p1 -b .badfree
+%patch79 -p1 -b .errno
:;
@@ -406,7 +404,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.214 2007/09/06 08:10:34 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.215 2007/09/06 11:36:13 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:
@@ -648,6 +646,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Thu Sep 06 2007 Adam Tkac <atkac redhat com> 32:9.5.0-12.a6
+- bind-9.5-2119_revert.patch and bind-9.5-fix_h_errno.patch are
+ obsoleted by upstream bind-9.5-_res_errno.patch
+
* Wed Sep 05 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.9.a6
- fixed wrong resolver's dispatch pool cleanup (#275011, patch from
tmraz redhat com)