[packages/python-s3transfer] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:32:49 CEST 2025
commit 3834cd64da838fa2c5cc5bd3b13804e5bbdff334
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:32:33 2025 +0200
Fix applying patches.
python-s3transfer.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-s3transfer.spec b/python-s3transfer.spec
index ea30f7e..f11064d 100644
--- a/python-s3transfer.spec
+++ b/python-s3transfer.spec
@@ -67,8 +67,8 @@ Amazon S3.
%prep
%setup -q -n s3transfer-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-s3transfer.git/commitdiff/3834cd64da838fa2c5cc5bd3b13804e5bbdff334
More information about the pld-cvs-commit
mailing list