[packages/mongodb] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:22:02 CEST 2025


commit 84556e558bb4c46f3f86fdaa8410abcf05eb732c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:21:46 2025 +0200

    Fix applying patches.

 mongodb.spec | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/mongodb.spec b/mongodb.spec
index bda5899..8c69350 100644
--- a/mongodb.spec
+++ b/mongodb.spec
@@ -151,17 +151,17 @@ konfiguracji oraz skrypty init.d.
 
 %prep
 %setup -q -n %{name}-src-r%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
+%patch -P9 -p1
+%patch -P10 -p1
 
 # Fix permissions
 find -type f -executable | xargs chmod a-x
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mongodb.git/commitdiff/84556e558bb4c46f3f86fdaa8410abcf05eb732c



More information about the pld-cvs-commit mailing list