Remove BuildRequires npm(grunt-contrib-watch)

(cherry picked from commit bfe5b40b9c5c646c8a94374b0730d4135d43ecb4)
This commit is contained in:
wk333 2022-05-09 10:56:31 +08:00 committed by openeuler-sync-bot
parent 0c36fd5e90
commit 5bd42cfd2f

View File

@ -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 <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
- Fix CVE-2022-0436