[packages/bandwidthd] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:45:41 CEST 2025


commit a909b44133612f060ed51e9f50b990e0d98f7024
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:45:25 2025 +0200

    Fix applying patches.

 bandwidthd.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bandwidthd.spec b/bandwidthd.spec
index 795ece6..213c17e 100644
--- a/bandwidthd.spec
+++ b/bandwidthd.spec
@@ -46,9 +46,9 @@ P2P jest kodowany w różnych kolorach.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -p0
-%patch2 -p1
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P2 -p1
 
 %build
 %{__autoconf}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bandwidthd.git/commitdiff/a909b44133612f060ed51e9f50b990e0d98f7024



More information about the pld-cvs-commit mailing list