[packages/csync2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:07:47 CEST 2025
commit 019e86b5871797fa62dbfdc1ceefdc893c6d5ddc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:07:31 2025 +0200
Fix applying patches.
csync2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/csync2.spec b/csync2.spec
index 58cb91d..81bfdbe 100644
--- a/csync2.spec
+++ b/csync2.spec
@@ -101,9 +101,9 @@ klastrów HA, HPC, COW oraz farm serwerów.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/csync2.git/commitdiff/019e86b5871797fa62dbfdc1ceefdc893c6d5ddc
More information about the pld-cvs-commit
mailing list