From f26ab4bb94439883a95c450eb09d16ca9ea8f640 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-should.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-should.spec b/nodejs-should.spec index 62c5aca..aabbe60 100644 --- a/nodejs-should.spec +++ b/nodejs-should.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-should Version: 8.4.0 -Release: 1 +Release: 2 Summary: A test framework agnostic BDD-style assertions for Node.js License: MIT URL: https://github.com/shouldjs/should.js @@ -26,7 +26,7 @@ and should.AssertionError is assert.AssertionError, meaning any test framework supporting this constructor will function properly with should. %prep -%autosetup -n should.js-%{version} -S git +%autosetup -n should.js-%{version} -p1 rm -f should.min.js find . -type f -exec chmod -x '{}' \; @@ -50,5 +50,8 @@ cp -pr package.json index.js lib/ should.js \ %{nodejs_sitelib}/should %changelog +* Web 09 Jun 2021 zhaoyao - 8.4.0-2 +- %prep no longer patched with git + * Thu Aug 20 2020 wangyue - 8.4.0-1 - package init