[packages/sysbench] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:33 CEST 2025
commit 55adb1f5bfd94e73df316c4ba75cc03863a70cda
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:12:18 2025 +0200
Fix applying patches.
sysbench.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sysbench.spec b/sysbench.spec
index 36db4ee..9b63850 100644
--- a/sysbench.spec
+++ b/sysbench.spec
@@ -42,8 +42,8 @@ benchmarks and third-party plug-in modules.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \
tests/include/drv_common.sh \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sysbench.git/commitdiff/55adb1f5bfd94e73df316c4ba75cc03863a70cda
More information about the pld-cvs-commit
mailing list