[packages/resource-agents] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:42:30 CEST 2025
commit 53e7bdb9a4624daff93241df280d801ed24d9a7d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:42:14 2025 +0200
Fix applying patches.
resource-agents.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/resource-agents.spec b/resource-agents.spec
index 1e134d3..9ccc7a9 100644
--- a/resource-agents.spec
+++ b/resource-agents.spec
@@ -83,9 +83,9 @@ współpracuje z Pacemakerem.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__aclocal} -I m4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/resource-agents.git/commitdiff/53e7bdb9a4624daff93241df280d801ed24d9a7d
More information about the pld-cvs-commit
mailing list