!3 Modify balanced-match version to 2.0.0 to compat latest nodejs-balanced-match

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-07 07:10:42 +00:00 committed by Gitee
commit 6c651e9b8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
%global enable_tests 0
Name: nodejs-brace-expansion
Version: 2.0.1
Release: 1
Release: 2
Summary: Brace expansion as known from sh/bash
License: MIT
URL: https://github.com/juliangruber/brace-expansion.git
@ -19,6 +19,7 @@ Brace expansion as known from sh/bash
%prep
%autosetup -n brace-expansion-%{version} -p1
%nodejs_fixdep balanced-match '^2.0.0'
%{_bindir}/grep -A100 '^## License$' README.md > LICENSE.md
%build
@ -43,6 +44,9 @@ cp -pr package.json index.js \
%{nodejs_sitelib}/%{packagename}
%changelog
* Tue Nov 07 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-2
- Modify balanced-match version to 2.0.0 to compat latest nodejs-balanced-match
* Mon Nov 06 2023 yaoxin <yao_xin001@hoperun.com> - 2.0.1-1
- Upgrade to 2.0.1
- Solve selfrequires problem