From dc29ee7a5118b6d0b21f82fd0cf6567a63c2e0a8 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 12:24:49 +0800 Subject: [PATCH] %prep no longer patched with git --- nodejs-test.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-test.spec b/nodejs-test.spec index 923dab8..913e18d 100644 --- a/nodejs-test.spec +++ b/nodejs-test.spec @@ -4,7 +4,7 @@ %global owner gozala Name: nodejs-%{srcname} Version: 0.6.0 -Release: 2 +Release: 3 Summary: (Un)CommonJS test runner License: MIT URL: https://github.com/Gozala/test-commonjs @@ -21,7 +21,7 @@ BuildRequires: nodejs-ansi-font %{summary}. %prep -%autosetup -n test-commonjs-%{version} -p1 -S git +%autosetup -n test-commonjs-%{version} -p1 rm -rf node_modules %build @@ -45,6 +45,9 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{srcname} %changelog +* Web 09 Jun 2021 zhaoyao - 0.6.0-3 +- %prep no longer patched with git + * Wed Sep 16 2020 leiju - 0.6.0-2 - Fix AssertionError detection for node