From 24954a02e02ab3e485404e7a41bd10905ff2238e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Thu, 2 Feb 2023 17:03:21 +0800 Subject: [PATCH] Fix dlfcn_load:could not load the shared library error --- nodejs-http-signature.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs-http-signature.spec b/nodejs-http-signature.spec index d9b4533..92aa39b 100644 --- a/nodejs-http-signature.spec +++ b/nodejs-http-signature.spec @@ -1,6 +1,6 @@ Name: nodejs-http-signature Version: 0.10.0 -Release: 1 +Release: 2 Summary: Reference implementation of Joyent's HTTP Signature Scheme BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -26,6 +26,7 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/http-signature %nodejs_symlink_deps %check +export OPENSSL_CONF=/dev/null %nodejs_symlink_deps --check %tap test/*.js @@ -35,5 +36,8 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/http-signature %license LICENSE %changelog +* Thu Feb 02 2023 wulei - 0.10.0-2 +- Fix dlfcn_load:could not load the shared library error + * Thu Aug 20 2020 wangxiao - 0.10.0-1 - Package init