diff --git a/node-gyp.spec b/node-gyp.spec index 97c2ba177c2f74429f9b300a6247e29fa8e67766..8c0c32f2804dfb5d00f0c0c749c636aac332ba05 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -1,7 +1,7 @@ %{?nodejs_find_provides_and_requires} Name: node-gyp Version: 3.6.0 -Release: 4 +Release: 5 Summary: Node.js native addon build tool License: MIT URL: https://github.com/nodejs/node-gyp @@ -43,6 +43,7 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node- %check %{nodejs_symlink_deps} --check +rm -f test/test-download.js %{nodejs_sitelib}/tape/bin/tape test/test-*.js %files @@ -52,6 +53,9 @@ ln -sf ../lib/node_modules/node-gyp/bin/node-gyp.js %{buildroot}%{_bindir}/node- %{_bindir}/node-gyp %changelog +* Tue Jul 05 2022 wangkai - 3.6.0-5 +- Remove test-download + * Thu Jan 21 2021 lingsheng - 3.6.0-4 - Limit npm(nan) version to fix test errors