!3 解决nodejs-balanced-match自依赖问题

From: @cherry530 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-06 07:50:57 +00:00 committed by Gitee
commit 2f0476b9ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,9 +1,9 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
%global packagename balanced-match %global packagename balanced-match
%global enable_tests 1 %global enable_tests 0
Name: nodejs-balanced-match Name: nodejs-balanced-match
Version: 2.0.0 Version: 2.0.0
Release: 1 Release: 2
Summary: Match balanced character pairs, like "{" and "}" Summary: Match balanced character pairs, like "{" and "}"
License: MIT License: MIT
URL: https://github.com/juliangruber/balanced-match.git URL: https://github.com/juliangruber/balanced-match.git
@ -42,6 +42,9 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename} %{nodejs_sitelib}/%{packagename}
%changelog %changelog
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-2
- solve selfrequires problem
* Fri Nov 03 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-1 * Fri Nov 03 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.0-1
- Upgrade to 2.0.0 - Upgrade to 2.0.0