[packages/apache1-mod_auth_pam] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:34:28 CEST 2025
commit 6626e56dd205f8ccf84c5f51d9c51d39e6d344d8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:34:12 2025 +0200
Fix applying patches.
apache1-mod_auth_pam.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/apache1-mod_auth_pam.spec b/apache1-mod_auth_pam.spec
index 0a08611..a20f453 100644
--- a/apache1-mod_auth_pam.spec
+++ b/apache1-mod_auth_pam.spec
@@ -42,8 +42,8 @@ diretório PAM.
%prep
%setup -q -n mod_%{mod_name}-%{version}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
%build
%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lpam -ldl
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache1-mod_auth_pam.git/commitdiff/6626e56dd205f8ccf84c5f51d9c51d39e6d344d8
More information about the pld-cvs-commit
mailing list