From d970c5f17e6c853cbd4be1ab32ab33e94b1068a0 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 2 Nov 2022 17:32:11 +0800 Subject: [PATCH] Modify minimatch version to fix install problem (cherry picked from commit 614511ebb4158e3b7fed4769e44207ca81a1e604) --- nodejs-grunt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-grunt.spec b/nodejs-grunt.spec index ceedefb..9e8dd05 100644 --- a/nodejs-grunt.spec +++ b/nodejs-grunt.spec @@ -1,7 +1,7 @@ %global enable_tests 1 Name: nodejs-grunt Version: 1.0.1 -Release: 4 +Release: 5 Summary: Grunt is a JavaScript library used for automation and running tasks License: MIT URL: https://github.com/gruntjs/grunt @@ -35,7 +35,7 @@ of that mundane work for you with basically zero effort. %nodejs_fixdep eventemitter2 '~0.4' %nodejs_fixdep findup-sync '~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 rimraf '^2.0' %nodejs_fixdep js-yaml '^3.5.0' @@ -60,6 +60,9 @@ grunt nodeunit:all %{nodejs_sitelib}/grunt %changelog +* Wed Nov 02 2022 wangkai - 1.0.1-5 +- Modify minimatch version to fix install problem + * Mon May 09 2022 wangkai - 1.0.1-4 - Remove BuildRequires npm(grunt-contrib-watch) -- Gitee