From c2fefb40979cd99674f3b0f4d5882545b003b189 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Wed, 9 Jun 2021 12:24:48 +0800 Subject: [PATCH] %prep no longer patched with git --- nodejs-grunt-contrib-nodeunit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-grunt-contrib-nodeunit.spec b/nodejs-grunt-contrib-nodeunit.spec index c87f999..3c73ba2 100644 --- a/nodejs-grunt-contrib-nodeunit.spec +++ b/nodejs-grunt-contrib-nodeunit.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-grunt-contrib-nodeunit Version: 0.4.1 -Release: 1 +Release: 2 Summary: Run Nodeunit unit tests with grunt License: MIT URL: https://github.com/gruntjs/grunt-contrib-nodeunit @@ -20,7 +20,7 @@ BuildRequires: npm(nodeunit) npm(tap) %{summary}. %prep -%autosetup -n grunt-contrib-nodeunit-%{version} -S git +%autosetup -n grunt-contrib-nodeunit-%{version} -p1 %build @@ -44,5 +44,8 @@ cp -pr package.json tasks/ \ %{nodejs_sitelib}/grunt-contrib-nodeunit %changelog +* Web 09 Jun 2021 zhaoyao - 0.4.1-2 +- %prep no longer patched with git + * Thu Aug 20 2020 Anan Fu - 0.4.1-1 - package init