!28 Modify minimatch version to fix install problem

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-09-02 03:09:02 +00:00 committed by Gitee
commit da4d26b401
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global enable_tests 1 %global enable_tests 1
Name: nodejs-grunt Name: nodejs-grunt
Version: 1.0.1 Version: 1.0.1
Release: 5 Release: 6
Summary: Grunt is a JavaScript library used for automation and running tasks Summary: Grunt is a JavaScript library used for automation and running tasks
License: MIT License: MIT
URL: https://github.com/gruntjs/grunt URL: https://github.com/gruntjs/grunt
@ -35,7 +35,7 @@ of that mundane work for you with basically zero effort.
%nodejs_fixdep eventemitter2 '^6.4.5' %nodejs_fixdep eventemitter2 '^6.4.5'
%nodejs_fixdep findup-sync '~0.3' %nodejs_fixdep findup-sync '~0.3'
%nodejs_fixdep glob '~6.0.3' %nodejs_fixdep glob '~6.0.3'
%nodejs_fixdep minimatch '~3.0.0' %nodejs_fixdep minimatch '^3.0.0'
%nodejs_fixdep nopt '^3.0.6' %nodejs_fixdep nopt '^3.0.6'
%nodejs_fixdep rimraf '^2.0' %nodejs_fixdep rimraf '^2.0'
%nodejs_fixdep js-yaml '^3.5.0' %nodejs_fixdep js-yaml '^3.5.0'
@ -60,7 +60,10 @@ grunt nodeunit:all
%{nodejs_sitelib}/grunt %{nodejs_sitelib}/grunt
%changelog %changelog
* Fri July 01 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0.1-5 * Sat Sep 02 2023 Ge Wang <wang__ge@126.com> - 1.0.1-6
- Modify minimatch version to fix install problem
* Fri Jul 01 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0.1-5
- Modify eventemitter version to 6.4.5 to compat latest eventemitter - Modify eventemitter version to 6.4.5 to compat latest eventemitter
* Mon May 09 2022 wangkai <wangkai385@h-partners.com> - 1.0.1-4 * Mon May 09 2022 wangkai <wangkai385@h-partners.com> - 1.0.1-4