rpms/bind/devel bind.spec,1.67,1.68

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 17 03:10:19 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7157

Modified Files:
	bind.spec 
Log Message:
* Tue Aug 16 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-10
- Build with D-BUS patch by default; D-BUS support enabled with named -D option
- Enable D-BUS for named_sdb also 
- fix sdb pgsql's zonetodb.c: must use isc_hash_create() before dns_db_create()
- update fix for bug 160914 : test for RD=1 and ARCOUNT=0 also before trying next server 
- fix named.init script to handle named_sdb properly
- fix named.init script checkconfig() to handle named '-c' option
  and make configtest, test, check configcheck synonyms 
- fix WITH_DBUS build on x86_64, ppc64, s390x



Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- bind.spec	17 Aug 2005 02:33:37 -0000	1.67
+++ bind.spec	17 Aug 2005 03:10:17 -0000	1.68
@@ -50,6 +50,7 @@
 Patch20: bind-9.3.1-no_servfail_stops.patch
 Patch21: bind-9.3.1-fix_sdb_pgsql.patch
 Patch22: bind-9.3.1-sdb_dbus.patch
+Patch23: bind-9.3.1-dbus_archdep_libdir.patch
 Requires(pre,preun): shadow-utils
 Requires(post,preun): chkconfig
 Requires(post): textutils, fileutils, sed, grep
@@ -214,12 +215,20 @@
 cp -fp bin/named/include/named/{dbus_mgr.h,dbus_service.h,globals.h,server.h,log.h,types.h} bin/named_sdb/include/named
 %patch22 -p1 -b .sdb_dbus
 %endif
+%patch23 -p1 -b .dbus_archdep_libdir
 %endif
 
 %build
 libtoolize --copy --force; aclocal; autoconf
 cp -f /usr/share/libtool/config.{guess,sub} .
 export CFLAGS="$RPM_OPT_FLAGS"
+%if %{WITH_DBUS}
+%ifarch s390x x86_64 ppc64
+# every 64-bit arch EXCEPT ia64 has dbus architecture dependant
+# includes in  /usr/lib64/dbus-1.0/include
+export DBUS_ARCHDEP_LIBDIR=lib64
+%endif
+%endif
 if pkg-config openssl ; then
 	export CFLAGS="$CFLAGS `pkg-config --cflags openssl`"
 	export CPPFLAGS="$CPPFLAGS `pkg-config --cflags-only-I openssl`"
@@ -688,7 +697,7 @@
 - update fix for bug 160914 : test for RD=1 and ARCOUNT=0 also before trying next server 
 - fix named.init script to handle named_sdb properly
 - fix named.init script checkconfig() to handle named '-c' option
-- and make configtest, test, check configcheck synonyms 
+  and make configtest, test, check configcheck synonyms 
 
 * Tue Jul 19 2005 Jason Vas Dias <jvdias at redhat.com> - 24:9.3.1-8
 - fix named.init script bugs 163598, 163409, 151852(addendum)




More information about the fedora-cvs-commits mailing list