summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian La Roche <laroche@fedoraproject.org>2006-02-07 19:46:42 +0000
committerFlorian La Roche <laroche@fedoraproject.org>2006-02-07 19:46:42 +0000
commit240066fa9a1fb4cf078a01e848cb1e723bbbe6f6 (patch)
tree3a7e5568687f62d1102fe9f96356cba0f8170eae
parenta49b5ae7519f68a1b32266eedebf79c7d5020f0f (diff)
downloadbind-240066fa9a1fb4cf078a01e848cb1e723bbbe6f6.tar.gz
bind-240066fa9a1fb4cf078a01e848cb1e723bbbe6f6.tar.xz
bind-240066fa9a1fb4cf078a01e848cb1e723bbbe6f6.zip
- try support compiling without dbus againbind-9_3_2-3
-rw-r--r--bind.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 5bdad68..686b59c 100644
--- a/bind.spec
+++ b/bind.spec
@@ -9,7 +9,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serve
Name: bind
License: BSD-like
Version: 9.3.2
-Release: 2.1
+Release: 3
Epoch: 30
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -227,7 +227,8 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
%endif
%patch23 -p1 -b .dbus_archdep_libdir
%else
-%patch16 -p1 -b .redhat_doc
+# This does not apply anymore:
+#patch16 -p1 -b .redhat_doc
%endif
%if %{SDB}
%patch17 -p1 -b .fix_sdb_ldap
@@ -239,10 +240,12 @@ cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools
# patches now upstream :
#%patch21 -p1 -b .fix_sdb_pgsql
#%patch24 -p1 -b .-t_no_default_lookups
+%if %{WITH_DBUS}
%patch25 -p1 -b .fix_no_dbus_daemon
%patch26 -p1 -b .flush_cache
%patch27 -p1 -b .dbus_restart
%patch28 -p1 -b .dbus-0.6
+%endif
%patch29 -p1 -b .bz177854
#
# this must follow all dbus patches:
@@ -752,6 +755,9 @@ fi;
:;
%changelog
+* Tue Feb 07 2006 Florian La Roche <laroche@redhat.com> 30:9.3.2-3
+- try supporting without dbus support
+
* Mon Feb 06 2006 Jason Vas Dias <jvdias@redhat.com> - 30:9.3.2-2.1
- Rebuild for new gcc, glibc, glibc-kernheaders