[packages/python-elspy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:27:49 CEST 2025
commit 8dc8f129afca7ed02db8a7071bba5d2cd42a8da3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:27:33 2025 +0200
Fix applying patches.
python-elspy.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-elspy.spec b/python-elspy.spec
index f28c2c7..270b27f 100644
--- a/python-elspy.spec
+++ b/python-elspy.spec
@@ -36,8 +36,8 @@ wykrywaczem wirusów.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__cc} -Wall -DDLOPEN_LOCAL_SCAN=1 %{rpmcflags} %{rpmldflags} -fPIC \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-elspy.git/commitdiff/8dc8f129afca7ed02db8a7071bba5d2cd42a8da3
More information about the pld-cvs-commit
mailing list