Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2017-05-20 17:55:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bind (Old)
 and      /work/SRC/openSUSE:Factory/.bind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bind"

Sat May 20 17:55:49 2017 rev:123 rq:496968 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/bind/bind.changes        2017-03-31 
15:04:58.174707912 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2017-05-20 
17:55:50.756111073 +0200
@@ -1,0 +2,6 @@
+Sat May 20 11:46:44 UTC 2017 - dims...@opensuse.org
+
+a- Fix named init script to dynamically find the location of the
+   openssl engines (boo#1040027).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bind.spec ++++++
--- /var/tmp/diff_new_pack.lTIeZk/_old  2017-05-20 17:55:52.443872537 +0200
+++ /var/tmp/diff_new_pack.lTIeZk/_new  2017-05-20 17:55:52.443872537 +0200
@@ -397,6 +397,7 @@
                -e "s@__BIND_PACKAGE_NAME__@%{pkg_name}@g" \
                -e "s@__VENDOR__@%{VENDOR}@g" \
                -e "s@___lib__@%{_lib}@g" \
+                -e "s@__openssl__@$(pkg-config --variable=enginesdir 
libcrypto)@g" \
                -i "${file}"
 }
 pushd vendor-files



++++++ 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 2016-06-16 11:57:09.193338020 +0200
+++ new/vendor-files/init/named 2017-05-20 14:06:10.382900608 +0200
@@ -184,8 +184,8 @@
                        rm -f ${CHROOT_PREFIX}/${configfile}
                        cp -a -L ${configfile} ${CHROOT_PREFIX}/${configfile%/*}
                done
-               mkdir -p ${CHROOT_PREFIX}/___lib__
-               cp -r /___lib__/engines ${CHROOT_PREFIX}/___lib__/
+               mkdir -p ${CHROOT_PREFIX}/__openssl__
+               cp -r __openssl__/* ${CHROOT_PREFIX}/__openssl__
        else
        # NAMED_RUN_CHROOTED != yes
                test -L /var/run/named && rm /var/run/named


Reply via email to