Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2011-10-26 15:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2011-10-04 
16:54:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2011-10-26 
15:34:06.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 26 11:14:43 CEST 2011 - [email protected]
+
+- on a 64bit system a chrooted bind failed to start if 32bit
+  libs were installed (bnc#716745)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vendor-files.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2011-09-16 15:48:10.000000000 +0200
+++ new/vendor-files/init/named 2011-10-26 11:14:22.000000000 +0200
@@ -221,7 +221,8 @@
         if [ -d /lib/engines ]; then
             mkdir -p ${CHROOT_PREFIX}/lib
             cp -r /lib/engines ${CHROOT_PREFIX}/lib/
-        elif [ -d /lib64/engines ]; then
+        fi
+        if [ -d /lib64/engines ]; then
             mkdir -p ${CHROOT_PREFIX}/lib64
             cp -r /lib64/engines ${CHROOT_PREFIX}/lib64/
         fi

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to