Remove BuildRequires npm(grunt-contrib-watch)
(cherry picked from commit bfe5b40b9c5c646c8a94374b0730d4135d43ecb4)
This commit is contained in:
parent
0c36fd5e90
commit
5bd42cfd2f
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user