From 3278da598dea05f90b1611224a69560155792c7d Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Fri, 22 Aug 2025 15:03:43 +0800 Subject: [PATCH] fix patch method --- nodejs-form-data.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-form-data.spec b/nodejs-form-data.spec index 3ccac82..6631fb5 100644 --- a/nodejs-form-data.spec +++ b/nodejs-form-data.spec @@ -24,7 +24,7 @@ submit forms and file uploads to other web applications. %prep %setup -q -n form-data-0.2 -%patch 1 -p1 +%patch -P1 -p1 %nodejs_fixdep async "^1.5.0" %nodejs_fixdep mime-types "^2.1.7" %nodejs_fixdep combined-stream "^1.0.5" -- Gitee