!2 修复spdx-correct and spdx-expression-parse升级导致的nodejs-validate-npm-package-license安装问题
From: @wu-leilei Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
f92dcfb0f8
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: nodejs-validate-npm-package-license
|
Name: nodejs-validate-npm-package-license
|
||||||
Version: 3.0.1
|
Version: 3.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Validates an npm package license string
|
Summary: Validates an npm package license string
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -29,7 +29,8 @@ Give me a string and I'll tell you if it's a valid npm package license string.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n package
|
||||||
|
%nodejs_fixdep spdx-correct '^2.0.4'
|
||||||
|
%nodejs_fixdep spdx-expression-parse '^2.0.2'
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do!
|
# nothing to do!
|
||||||
@ -58,5 +59,8 @@ defence README.md | replace-require-self | node
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 30 2023 wulei <wu_lei@hoperun.com> - 3.0.1-2
|
||||||
|
- Modify spdx-correct and spdx-expression-parse version to fix install problem
|
||||||
|
|
||||||
* Wed Aug 12 2020 wangxiao <wangxiao65@huawei.com> - 3.0.1-1
|
* Wed Aug 12 2020 wangxiao <wangxiao65@huawei.com> - 3.0.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user