[packages/muscleframework] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:26:55 CEST 2025
commit 665a82f791b2fb4e9a42ae1f0242e01726faab8e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:26:40 2025 +0200
Fix applying patches.
muscleframework.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/muscleframework.spec b/muscleframework.spec
index 45df6e2..b2572f2 100644
--- a/muscleframework.spec
+++ b/muscleframework.spec
@@ -103,9 +103,9 @@ Statyczna biblioteka PKCS#11.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
ln README README.muscleframework
find CFlexPlugin/src/slbCryptoflex.bundle -name '*.orig' | xargs %{__rm}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/muscleframework.git/commitdiff/665a82f791b2fb4e9a42ae1f0242e01726faab8e
More information about the pld-cvs-commit
mailing list