From 3743c317138d08cba470fcc0e5238f587ac60316 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 5 Jul 2022 17:45:05 +0800 Subject: [PATCH] Remove test-download --- node-gyp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/node-gyp.spec b/node-gyp.spec index 97c2ba1..8c0c32f 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 -- Gitee