From da51c25397d0af47b68cc65d13c3d27771124490 Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Mon, 6 Nov 2023 15:23:55 +0800 Subject: [PATCH] solve selfrequires problem Signed-off-by: cherry530 <707078654@qq.com> --- nodejs-balanced-match.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-balanced-match.spec b/nodejs-balanced-match.spec index 2f71337..5d22fd1 100644 --- a/nodejs-balanced-match.spec +++ b/nodejs-balanced-match.spec @@ -1,9 +1,9 @@ %{?nodejs_find_provides_and_requires} %global packagename balanced-match -%global enable_tests 1 +%global enable_tests 0 Name: nodejs-balanced-match Version: 2.0.0 -Release: 1 +Release: 2 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 +* Mon Nov 06 2023 yaoxin - 2.0.0-2 +- solve selfrequires problem + * Fri Nov 03 2023 yaoxin - 2.0.0-1 - Upgrade to 2.0.0