diff --git a/nodejs-grunt.spec b/nodejs-grunt.spec index f55662e..ceedefb 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: 3 +Release: 4 Summary: Grunt is a JavaScript library used for automation and running tasks License: MIT URL: https://github.com/gruntjs/grunt @@ -18,7 +18,7 @@ BuildRequires: npm(coffee-script) npm(dateformat) npm(eventemitter2) npm(e BuildRequires: npm(findup-sync) npm(glob) npm(grunt-cli) npm(grunt-known-options) BuildRequires: npm(grunt-legacy-log) npm(grunt-legacy-util) npm(iconv-lite) npm(js-yaml) BuildRequires: npm(minimatch) npm(nopt) npm(path-is-absolute) npm(rimraf) npm(difflet) -BuildRequires: npm(grunt-contrib-nodeunit) npm(grunt-contrib-watch) npm(semver) npm(shelljs) +BuildRequires: npm(grunt-contrib-nodeunit) npm(semver) npm(shelljs) BuildRequires: npm(temporary) npm(through2) %endif %description @@ -60,6 +60,9 @@ grunt nodeunit:all %{nodejs_sitelib}/grunt %changelog +* Mon May 09 2022 wangkai - 1.0.1-4 +- Remove BuildRequires npm(grunt-contrib-watch) + * Thu Apr 21 2022 wangkai - 1.0.1-3 - Fix CVE-2022-0436