[packages/asterisk] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:41:49 CEST 2025
commit 924c7daac1982f79bd540956319434fd676435ce
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:41:33 2025 +0200
Fix applying patches.
asterisk.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/asterisk.spec b/asterisk.spec
index 1951574..fdb3104 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -728,12 +728,12 @@ Dokumentacja API Asteriska.
%prep
%setup -q -a 8
-%patch0 -p1
+%patch -P0 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%if %{with opus_vp8}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/asterisk.git/commitdiff/924c7daac1982f79bd540956319434fd676435ce
More information about the pld-cvs-commit
mailing list