[packages/sssd] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:07:51 CEST 2025


commit 990a85ada1f463ba69362755e914d30bab6c0b77
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:07:35 2025 +0200

    Fix applying patches.

 sssd.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 559dcdc..951fc0e 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -459,13 +459,13 @@ Pliki nagłówkowe biblioteki libsss_simpleifp.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/python(\s|$),#!%{__python}\1,' \
       src/tools/sss_obfuscate
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sssd.git/commitdiff/990a85ada1f463ba69362755e914d30bab6c0b77



More information about the pld-cvs-commit mailing list