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