!3 解除git依赖,避免冗余依赖缺失导致的error。
From: @shine_ Reviewed-by: @hht8,@zhengyuhanghans Signed-off-by: @zhengyuhanghans
This commit is contained in:
commit
4967f4d9b5
@ -4,7 +4,7 @@
|
|||||||
%global owner gozala
|
%global owner gozala
|
||||||
Name: nodejs-%{srcname}
|
Name: nodejs-%{srcname}
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: (Un)CommonJS test runner
|
Summary: (Un)CommonJS test runner
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Gozala/test-commonjs
|
URL: https://github.com/Gozala/test-commonjs
|
||||||
@ -21,7 +21,7 @@ BuildRequires: nodejs-ansi-font
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n test-commonjs-%{version} -p1 -S git
|
%autosetup -n test-commonjs-%{version} -p1
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -45,6 +45,9 @@ cp -pr package.json *.js \
|
|||||||
%{nodejs_sitelib}/%{srcname}
|
%{nodejs_sitelib}/%{srcname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 0.6.0-3
|
||||||
|
- %prep no longer patched with git
|
||||||
|
|
||||||
* Wed Sep 16 2020 leiju <leiju4@huawei.com> - 0.6.0-2
|
* Wed Sep 16 2020 leiju <leiju4@huawei.com> - 0.6.0-2
|
||||||
- Fix AssertionError detection for node
|
- Fix AssertionError detection for node
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user