[packages/nss_ldap] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:36:57 CEST 2025
commit daf553e77ae62e20ce34b08c881eefa0d44ac2af
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:36:41 2025 +0200
Fix applying patches.
nss_ldap.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/nss_ldap.spec b/nss_ldap.spec
index eac2b2c..d05d7e1 100644
--- a/nss_ldap.spec
+++ b/nss_ldap.spec
@@ -69,12 +69,12 @@ etc.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%{__sed} -i -e "s#NSS_VERS =.*#NSS_VERS = $(ls /%{_lib}/libnss_files.so.? | tail -n 1 | sed -e 's#/%{_lib}/libnss_files\.so\.\(.*\)#\1#')#g" Makefile.am
%{__sed} -i -e "s#LIBC_VERS =.*#LIBC_VERS = $(ls /%{_lib}/libc-*.so | tail -n 1 |sed -e 's#/%{_lib}/libc-\(.*\)\.so#\1#')#g" Makefile.am
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/nss_ldap.git/commitdiff/daf553e77ae62e20ce34b08c881eefa0d44ac2af
More information about the pld-cvs-commit
mailing list