[packages/openam] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:42:43 CEST 2025


commit 7badcfd3503c4927f64d2500a154909f6267ca95
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:42:28 2025 +0200

    Fix applying patches.

 openam.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openam.spec b/openam.spec
index 885c33e..b1152e9 100644
--- a/openam.spec
+++ b/openam.spec
@@ -26,8 +26,8 @@ Jest częścią projektu OpenH323.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} %{?debug:debugshared}%{!?debug:optshared} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openam.git/commitdiff/7badcfd3503c4927f64d2500a154909f6267ca95



More information about the pld-cvs-commit mailing list