[packages/multipath-tools] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:26:44 CEST 2025
commit 90d61a8181516c8d27e76226e9d527079bbc3543
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:26:28 2025 +0200
Fix applying patches.
multipath-tools.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/multipath-tools.spec b/multipath-tools.spec
index 0392e7c..1386a8a 100644
--- a/multipath-tools.spec
+++ b/multipath-tools.spec
@@ -115,12 +115,12 @@ umożliwia tworzenie partycji na odwzorowaniach wielotrasowych.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
cp -p %{SOURCE4} .
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%if %{with initrd}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/multipath-tools.git/commitdiff/90d61a8181516c8d27e76226e9d527079bbc3543
More information about the pld-cvs-commit
mailing list