!17 [sync] PR-16: Remove BuildRequires npm(grunt-contrib-watch)

From: @openeuler-sync-bot 
Reviewed-by: @solarhu 
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2022-06-08 01:16:20 +00:00 committed by Gitee
commit 7101c4f2c1
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: 3 Release: 4
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
@ -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(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(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(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) BuildRequires: npm(temporary) npm(through2)
%endif %endif
%description %description
@ -60,6 +60,9 @@ grunt nodeunit:all
%{nodejs_sitelib}/grunt %{nodejs_sitelib}/grunt
%changelog %changelog
* Mon May 09 2022 wangkai <wangkai385@h-partners.com> - 1.0.1-4
- Remove BuildRequires npm(grunt-contrib-watch)
* Thu Apr 21 2022 wangkai <wangkai385@h-partners.com> - 1.0.1-3 * Thu Apr 21 2022 wangkai <wangkai385@h-partners.com> - 1.0.1-3
- Fix CVE-2022-0436 - Fix CVE-2022-0436