!2 修复编译check阶段dlfcn_load:could not load the shared library报错问题
From: @wu-leilei Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
f025d3b4c3
@ -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 <wulei80@h-partners.com> - 0.10.0-2
|
||||
- Fix dlfcn_load:could not load the shared library error
|
||||
|
||||
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 0.10.0-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user