[packages/composer] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:03:08 CEST 2025
commit 76b50f37b943c087c34c872a9c9693c43a7b2f4f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:02:52 2025 +0200
Fix applying patches.
composer.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/composer.spec b/composer.spec
index a3b4bb6..cec9fc3 100644
--- a/composer.spec
+++ b/composer.spec
@@ -93,9 +93,9 @@ Pakiet ten dostarcza bashowe uzupełnianie nazw dla Composera.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
mv composer.lock{,.disabled}
# NOTE: do not use %{__php} macro here, need unversioned php binary
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/composer.git/commitdiff/76b50f37b943c087c34c872a9c9693c43a7b2f4f
More information about the pld-cvs-commit
mailing list