[packages/python-pep8] - use patch -P
baggins
baggins at pld-linux.org
Sun Mar 9 22:10:55 CET 2025
commit 37c0de7681c8b6f48e10fb7faf15b3e98ca9de3b
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Mar 9 22:06:26 2025 +0100
- use patch -P
python-pep8.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-pep8.spec b/python-pep8.spec
index ddd7596..7cefd10 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -75,8 +75,8 @@ Dokumentacja API modułu pep8.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
%build
# pep8 issues deprecance warning, which causes some tests to fail
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pep8.git/commitdiff/37c0de7681c8b6f48e10fb7faf15b3e98ca9de3b
More information about the pld-cvs-commit
mailing list