[packages/emu10k1-utils] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:25:34 CEST 2025
commit 83c32761cd450a183db7016d1f9683e13221f000
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:25:19 2025 +0200
Fix applying patches.
emu10k1-utils.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/emu10k1-utils.spec b/emu10k1-utils.spec
index e1d91f2..4a16762 100644
--- a/emu10k1-utils.spec
+++ b/emu10k1-utils.spec
@@ -109,11 +109,11 @@ Requires: %{name} = %{version}-%{release}
%prep
%setup -n emu-tools-%{version} -q -a1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
cp %{SOURCE2} %{SOURCE3} .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/emu10k1-utils.git/commitdiff/83c32761cd450a183db7016d1f9683e13221f000
More information about the pld-cvs-commit
mailing list