!5 Revert 'solve selfrequires problem'

From: @starlet-dx 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-09 09:03:05 +00:00 committed by Gitee
commit 51e446025a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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