[packages/python-ldaptor] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:29:14 CEST 2025
commit f77dab6e45b47828ec835761e3228e9d79b61c7a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:28:59 2025 +0200
Fix applying patches.
python-ldaptor.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python-ldaptor.spec b/python-ldaptor.spec
index b11a02a..75bd9be 100644
--- a/python-ldaptor.spec
+++ b/python-ldaptor.spec
@@ -72,14 +72,14 @@ library.
%prep
%setup -q -n ldaptor-%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
# remove deprecated web interface
%{__rm} -r ldaptor/{apps,weave.*,test/{web,test_webui.*}}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-ldaptor.git/commitdiff/f77dab6e45b47828ec835761e3228e9d79b61c7a
More information about the pld-cvs-commit
mailing list