%prep no longer patched with git

This commit is contained in:
shine_ 2021-06-09 12:24:49 +08:00
parent 2a54ea3e87
commit dc29ee7a51

View File

@ -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