[packages/redmine] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:41:17 CEST 2025
commit ebaf12c56dc95c1dfb21089e45914f0a8eda8475
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:41:01 2025 +0200
Fix applying patches.
redmine.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/redmine.spec b/redmine.spec
index 49205ac..535395e 100644
--- a/redmine.spec
+++ b/redmine.spec
@@ -119,14 +119,14 @@ Test suite for Redmine.
find \( -name '*.rb' -o -name '*.rake' \) -print0 | xargs -0 dos2unix -k -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -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
# ruby 1.9.3 became very strict about escaping
%{__sed} -i -e 's/\([^\]\+\):\\\([^\]\+\)/\1:\\\\\2/g' \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/redmine.git/commitdiff/ebaf12c56dc95c1dfb21089e45914f0a8eda8475
More information about the pld-cvs-commit
mailing list