Hello community,

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

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

Changes:
--------
--- /work/SRC/openSUSE:12.1/bind/bind.changes   2011-10-24 12:29:24.000000000 
+0200
+++ /work/SRC/openSUSE:12.1/.bind.new/bind.changes      2011-10-28 
15:36:07.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