Fix dlfcn_load:could not load the shared library error
This commit is contained in:
parent
e15ec82c5e
commit
24954a02e0
@ -1,6 +1,6 @@
|
|||||||
Name: nodejs-http-signature
|
Name: nodejs-http-signature
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Reference implementation of Joyent's HTTP Signature Scheme
|
Summary: Reference implementation of Joyent's HTTP Signature Scheme
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
@ -26,6 +26,7 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/http-signature
|
|||||||
%nodejs_symlink_deps
|
%nodejs_symlink_deps
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export OPENSSL_CONF=/dev/null
|
||||||
%nodejs_symlink_deps --check
|
%nodejs_symlink_deps --check
|
||||||
%tap test/*.js
|
%tap test/*.js
|
||||||
|
|
||||||
@ -35,5 +36,8 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/http-signature
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 0.10.0-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user