[packages/xtrabackup] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:23:45 CEST 2025


commit 12022bdab4e47330f3bd789cdbe7d17f4cfe9014
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:31:20 2025 +0200

    Fix applying patches.

 xtrabackup.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xtrabackup.spec b/xtrabackup.spec
index d1a1401..9d311af 100644
--- a/xtrabackup.spec
+++ b/xtrabackup.spec
@@ -73,8 +73,8 @@ kopiowanie tabel MyISAM.
 
 %prep
 %setup -q -n percona-%{name}-percona-%{name}-%{version} -a1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # actually not used
 %{__mv} storage/innobase/xtrabackup/src/jsmn jsmn.dist
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xtrabackup.git/commitdiff/12022bdab4e47330f3bd789cdbe7d17f4cfe9014



More information about the pld-cvs-commit mailing list