summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-12-04 13:44:21 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-12-04 13:44:21 +0000
commitbb5d895564f52874a006adff83cd31c625b03470 (patch)
tree9daa6d2ac27520259fb7661ad000b34fd4a904e7 /bind.spec
parent27efb4347e88da39f6bb91db3ab031b8ac334ea8 (diff)
downloadbind-bb5d895564f52874a006adff83cd31c625b03470.tar.gz
bind-bb5d895564f52874a006adff83cd31c625b03470.tar.xz
bind-bb5d895564f52874a006adff83cd31c625b03470.zip
- bind-9.5-random_ports.patch was removed because upstream doesn't like it.bind-9_5_0-18_4_a7_fc9
query-source{,v6} options are sufficient (#391931) - bind-chroot-admin called restorecon on /proc filesystem (#405281)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/bind.spec b/bind.spec
index 72a8e95..2475ed4 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: 18.3.%{RELEASEVER}%{?dist}
+Release: 18.4.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +62,6 @@ Patch63: bind-9.4.0-dnssec-directory.patch
Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
-Patch83: bind-9.5-random_ports.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -255,7 +254,6 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch72 -p1 -b .64bit
%endif
%patch73 -p1 -b .libidn
-%patch83 -p1 -b .ports
:;
@@ -665,6 +663,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Dec 03 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.4.a7
+- bind-9.5-random_ports.patch was removed because upstream doesn't
+ like it. query-source{,v6} options are sufficient (#391931)
+- bind-chroot-admin called restorecon on /proc filesystem (#405281)
+
* Mon Nov 26 2007 Adam Tkac <atkac redhat com> 32:9.5.0-18.3.a7
- removed edns patch to keep compatibility with vanilla bind
(#275091, comment #20)