From bfbe339108be6db8a0fa14e58601c1100b34fdda 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-readdirp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs-readdirp.spec b/nodejs-readdirp.spec index c0dec68..cac33f9 100644 --- a/nodejs-readdirp.spec +++ b/nodejs-readdirp.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-readdirp Version: 2.1.0 -Release: 1 +Release: 2 Summary: Recursive version of Node's fs.readdir with a streaming API License: MIT URL: https://github.com/thlorenz/readdirp @@ -19,7 +19,7 @@ BuildRequires: npm(set-immediate-shim) npm(tap) npm(through2) %{summary}. %prep -%autosetup -n readdirp-%{version} -S git +%autosetup -n readdirp-%{version} -p1 rm -rf test/ find . -type f -exec chmod -x '{}' \; %nodejs_fixdep minimatch "^3.0.0" @@ -44,5 +44,8 @@ cp -pr package.json readdirp.js stream-api.js \ %{nodejs_sitelib}/readdirp %changelog +* Web 09 Jun 2021 zhaoyao - 2.1.0-2 +- %prep no longer patched with git + * Sat Aug 22 2020 wangyue - 2.1.0-1 - package init