[packages/ebtables] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:22:53 CEST 2025


commit 818e1451aea8c0c6d0e77f40b68f8d0cba87a14a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:22:38 2025 +0200

    Fix applying patches.

 ebtables.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ebtables.spec b/ebtables.spec
index 46d3613..408fae7 100644
--- a/ebtables.spec
+++ b/ebtables.spec
@@ -40,10 +40,10 @@ standardowych jąder Linuksa w wersjach 2.5.x i nowszych.
 
 %prep
 %setup -q -n %{name}-v%{ver}-%{vermin}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ebtables.git/commitdiff/818e1451aea8c0c6d0e77f40b68f8d0cba87a14a



More information about the pld-cvs-commit mailing list