[packages/python3-setuptools] - use patch -P
baggins
baggins at pld-linux.org
Sun Mar 9 23:10:58 CET 2025
commit 85e38ce9284570c15b80342a56d4f26823386a72
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Mar 9 23:10:54 2025 +0100
- use patch -P
python3-setuptools.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python3-setuptools.spec b/python3-setuptools.spec
index 50e9f3e..f5bd601 100644
--- a/python3-setuptools.spec
+++ b/python3-setuptools.spec
@@ -142,8 +142,8 @@ Dokumentacja API %{module}.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
%if %{with system_libs}
exit 1 # TODO: unvendor modules from pkg_resources/_vendor
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-setuptools.git/commitdiff/85e38ce9284570c15b80342a56d4f26823386a72
More information about the pld-cvs-commit
mailing list