diff --git a/bind.changes b/bind.changes index 9aca5a6..cf6e40e 100644 --- a/bind.changes +++ b/bind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 20 11:46:44 UTC 2017 - dimstar@opensuse.org + +a- Fix named init script to dynamically find the location of the + openssl engines (boo#1040027). + ------------------------------------------------------------------- Mon Mar 20 15:02:16 CET 2017 - kukuk@suse.de diff --git a/bind.spec b/bind.spec index cc61dba..5586d48 100644 --- a/bind.spec +++ b/bind.spec @@ -397,6 +397,7 @@ function replaceStrings() -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 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 510447a..47c9f6c 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bd557bc9cbee350d74ab1a94b7a10aa0a627ff9463f8d7a3a20118d8a3f9024 -size 22275 +oid sha256:bfee484250131455a86adddc0377a72b8a744bd7c012d97c26aec1ac3d96b51d +size 22291