[packages/bcc] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:46:56 CEST 2025


commit e92357d4a0d38f5386a7b48525e46fa2c1fac456
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:46:40 2025 +0200

    Fix applying patches.

 bcc.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/bcc.spec b/bcc.spec
index 72ab14d..2ed45a3 100644
--- a/bcc.spec
+++ b/bcc.spec
@@ -38,20 +38,20 @@ są odwzorowywane do jednego z innych typów całkowitych.
 
 %prep
 %setup -q -n dev86-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p0
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p0
 %if "%{_lib}" == "lib64"
-%patch4 -p1
+%patch -P4 -p1
 %endif
 %ifnarch %{ix86}
-%patch5 -p1
+%patch -P5 -p1
 %endif
-%patch6 -p1
-%patch7 -p1
+%patch -P6 -p1
+%patch -P7 -p1
 %if "%{_lib}" == "libx32"
-%patch8 -p1
+%patch -P8 -p1
 %endif
 
 %{__mv} bootblocks/README README.bootblocks
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bcc.git/commitdiff/e92357d4a0d38f5386a7b48525e46fa2c1fac456



More information about the pld-cvs-commit mailing list