Limit npm(nan) version to fix test errors
This commit is contained in:
parent
50990ca442
commit
24a1c443aa
@ -1,7 +1,7 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: node-gyp
|
Name: node-gyp
|
||||||
Version: 3.6.0
|
Version: 3.6.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Node.js native addon build tool
|
Summary: Node.js native addon build tool
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/nodejs/node-gyp
|
URL: https://github.com/nodejs/node-gyp
|
||||||
@ -17,7 +17,7 @@ ExclusiveArch: %{nodejs_arches} noarch
|
|||||||
Requires: gyp nodejs-devel libuv-devel http-parser-devel gcc-c++
|
Requires: gyp nodejs-devel libuv-devel http-parser-devel gcc-c++
|
||||||
BuildRequires: gyp nodejs-devel libuv-devel http-parser-devel gcc-c++
|
BuildRequires: gyp nodejs-devel libuv-devel http-parser-devel gcc-c++
|
||||||
BuildRequires: npm(tape) npm(bindings) npm(fstream) npm(glob) npm(graceful-fs) npm(minimatch)
|
BuildRequires: npm(tape) npm(bindings) npm(fstream) npm(glob) npm(graceful-fs) npm(minimatch)
|
||||||
BuildRequires: npm(mkdirp) npm(nan) npm(nopt) npm(npmlog) npm(osenv) npm(path-array)
|
BuildRequires: npm(mkdirp) npm(nan) >= 2.0.0 npm(nopt) npm(npmlog) npm(osenv) npm(path-array)
|
||||||
BuildRequires: npm(request) npm(require-inject) npm(rimraf) npm(semver) npm(tar) npm(which) vim
|
BuildRequires: npm(request) npm(require-inject) npm(rimraf) npm(semver) npm(tar) npm(which) vim
|
||||||
%description
|
%description
|
||||||
node-gyp is a cross-platform command-line tool written in Node.js for compiling
|
node-gyp is a cross-platform command-line tool written in Node.js for compiling
|
||||||
@ -52,7 +52,10 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node-
|
|||||||
%{_bindir}/node-gyp
|
%{_bindir}/node-gyp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* The Dec 29 2020 huanghaitao <huanghaitao8@huawei.com> - 3.6.0-3
|
* Thu Jan 21 2021 lingsheng <lingsheng@huawei.com> - 3.6.0-4
|
||||||
|
- Limit npm(nan) version to fix test errors
|
||||||
|
|
||||||
|
* Tue Dec 29 2020 huanghaitao <huanghaitao8@huawei.com> - 3.6.0-3
|
||||||
- Fix test errors in node 12+
|
- Fix test errors in node 12+
|
||||||
|
|
||||||
* Tue Sep 15 2020 chengzihan <chengzihan2@huawei.com> - 3.6.0-2
|
* Tue Sep 15 2020 chengzihan <chengzihan2@huawei.com> - 3.6.0-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user