[packages/python-distribute] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:27:15 CEST 2025
commit bc568a3bed9916a07951ea2f6e74cac0114c4bd6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:26:59 2025 +0200
Fix applying patches.
python-distribute.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-distribute.spec b/python-distribute.spec
index 5e03c90..0b13725 100644
--- a/python-distribute.spec
+++ b/python-distribute.spec
@@ -53,7 +53,7 @@ jest tylko nakładką na współczesne Setuptools.
%prep
%setup -q -n %{pname}-%{version}
-%patch0 -p1
+%patch -P0 -p1
%build
%if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-distribute.git/commitdiff/bc568a3bed9916a07951ea2f6e74cac0114c4bd6
More information about the pld-cvs-commit
mailing list