summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-04-24 11:12:38 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-04-24 11:12:38 +0000
commit03f646e50fa5a93225ecc80e904b01d62c84486c (patch)
treecc666ba9ece917fb68dc929db2f4737c63cfbf98 /bind.spec
parent205d5ef896f7cb087c96cec1935440c70602d58f (diff)
- cleanup in caching-nameserver config file
- zone-freeze patch has been improved
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 226ff71..4f52c0b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.4.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -82,6 +82,7 @@ Patch64: bind-9.4.0-idnkit-autotools.patch
Patch65: bind-9.4.0-dig-idn.patch
%endif
Patch66: bind-9.4.0-zone-freeze.patch
+#Patch67: bind-9.4.0-dbus-race-condition.patch
#
Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp
Requires(post): grep, chkconfig >= 1.3.26
@@ -287,6 +288,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
#
# this must follow all dbus patches:
#
+#%patch67 -p1 -b .race-condition
cp -fp contrib/dbus/{dbus_mgr.c,dbus_service.c} bin/named
cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%if %{SDB}
@@ -806,6 +808,11 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
+* Tue Apr 24 2007 Adam Tkac <atkac redhat com> 31:9.4.0-8.fc7
+- improved "zone freeze patch" - if multiple zone with same name exists
+ no zone is freezed
+- minor cleanup in caching-nameserver's config file
+
* Tue Apr 17 2007 Adam Tkac <atkac redhat com> 31:9.4.0-7.fc7
- removed DEBUGINFO option because with this option (default) was bind
builded with -O0 and without this flag no debuginfo package was produced.