summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-09-03 08:23:14 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-09-03 08:23:14 +0000
commit10a7d952250bdcc9ade2d608fad5878eadd1f31d (patch)
treeae45b76cad36340c766a6a3415a2032467edff38 /bind.spec
parentf7ddf08324c43211e60bed48df9f85ca1d142f62 (diff)
downloadbind-10a7d952250bdcc9ade2d608fad5878eadd1f31d.tar.gz
bind-10a7d952250bdcc9ade2d608fad5878eadd1f31d.tar.xz
bind-10a7d952250bdcc9ade2d608fad5878eadd1f31d.zip
- temporary revert ISC 2119 change and add "libbind-errno" patch (#254501)bind-9_5_0-11_2_a6_fc8
again
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 45c14e1..c4179cb 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.1.%{RELEASEVER}%{?dist}
+Release: 11.2.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,6 +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
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -246,6 +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
:;
@@ -642,6 +646,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Sep 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.2.a6
+- temporary revert ISC 2119 change and add "libbind-errno" patch
+ (#254501) again
+
* Thu Aug 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.1.a6
- removed end dots from Summary sections (skasal@redhat.com)
- fixed wrong file creation by autotools patch (skasal@redhat.com)