summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-10-23 17:55:46 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-10-23 17:55:46 +0000
commit3f1f99fa88816e3519997e463b1a2d24b6473d38 (patch)
treeb27f721bd630d283fdd1142e1e872e912bb1928f /bind.spec
parentbbe5776b4867c6727031ab1d600804ab974189bf (diff)
downloadbind-3f1f99fa88816e3519997e463b1a2d24b6473d38.tar.gz
bind-3f1f99fa88816e3519997e463b1a2d24b6473d38.tar.xz
bind-3f1f99fa88816e3519997e463b1a2d24b6473d38.zip
- disabled DBUS (dhcdbd doesn't exist & #339191)bind-9_5_0-16_a6_fc9
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 0dae740..88f4ed8 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: 15.1.%{RELEASEVER}%{?dist}
+Release: 16.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -81,6 +81,7 @@ Patch15: bind-9.5.0-dbus.patch
Patch23: bind-9.5-dbus_archdep_libdir.patch
Patch81: bind-9.5-dbus-leak.patch
Patch82: bind-9.5-dbus-va_end.patch
+Patch83: bind-9.5-disable_dbus.patch
# IDN paches
Patch73: bind-9.5-libidn.patch
@@ -225,6 +226,7 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
%patch23 -p1 -b .dbus_archdep_libdir
%patch81 -p1 -b .leak
%patch82 -p1 -b .va_end
+%patch83 -p1 -b .disable_dbus
%endif
%if %{SDB}
%patch17 -p1 -b .fix_sdb_ldap
@@ -649,6 +651,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Tue Oct 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-16.a6
+- disabled DBUS (dhcdbd doesn't exist & #339191)
+
* Wed Oct 18 2007 Adam Tkac <atkac redhat com> 32:9.5.0-15.1.a6
- fixed missing va_end () functions (#336601)
- fixed memory leak when dbus initialization fails