[packages/amanda] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:32:30 CEST 2025
commit 383c2600d1ee69b4cff7132cea360787108e5530
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:32:14 2025 +0200
Fix applying patches.
amanda.spec | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/amanda.spec b/amanda.spec
index 515d42c..6629c33 100644
--- a/amanda.spec
+++ b/amanda.spec
@@ -204,20 +204,20 @@ typu streamer).
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-%patch13 -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
+%patch -P11 -p1
+%patch -P12 -p1
+%patch -P13 -p1
cp -a %{SOURCE10} .
find perl/ -name '*.swg' -print0 | xargs -0 touch
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/amanda.git/commitdiff/383c2600d1ee69b4cff7132cea360787108e5530
More information about the pld-cvs-commit
mailing list