[packages/sqlrelay] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:06:30 CEST 2025
commit a8fab295f758d5965d67a295ae146babf902ae25
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:06:14 2025 +0200
Fix applying patches.
sqlrelay.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sqlrelay.spec b/sqlrelay.spec
index 700225e..e39a656 100644
--- a/sqlrelay.spec
+++ b/sqlrelay.spec
@@ -395,9 +395,9 @@ Dokumentacja dla SQL Relay.
%prep
%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sqlrelay.git/commitdiff/a8fab295f758d5965d67a295ae146babf902ae25
More information about the pld-cvs-commit
mailing list