[packages/nss_ldapd] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:37:00 CEST 2025


commit aa3a4ce3be21b7e58896d62571301bd217a3ff99
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:36:44 2025 +0200

    Fix applying patches.

 nss_ldapd.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nss_ldapd.spec b/nss_ldapd.spec
index b7aef03..1e81a87 100644
--- a/nss_ldapd.spec
+++ b/nss_ldapd.spec
@@ -99,13 +99,13 @@ zmianę haseł i obsługę sesji.
 
 %prep
 %setup -q -n nss-pam-ldapd-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 # made upstream
 #patch2 -p1
 # patched upstream
 #patch3 -p1
-%patch4 -p1
+%patch -P4 -p1
 
 %{__sed} -i -e '1s|#!.*|#!%{__python}|' utils/*.py
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nss_ldapd.git/commitdiff/aa3a4ce3be21b7e58896d62571301bd217a3ff99



More information about the pld-cvs-commit mailing list