[packages/ntopng] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:37:26 CEST 2025


commit 6c8a8c55b4a665828cee06f8488e65a6c358982f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:37:10 2025 +0200

    Fix applying patches.

 ntopng.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ntopng.spec b/ntopng.spec
index 7fb3662..356a53c 100644
--- a/ntopng.spec
+++ b/ntopng.spec
@@ -69,10 +69,10 @@ zmodernizowana z myślą o wydajności, używalności i możliwościach.
 
 %prep
 %setup -q -a1
-%patch0 -p1
+%patch -P0 -p1
 
 %{__mv} nDPI-%{ndpi_ver} nDPI
-%patch1 -p1
+%patch -P1 -p1
 
 %{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \
 	httpdocs/misc/ntopng-utils-manage-config.in \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntopng.git/commitdiff/6c8a8c55b4a665828cee06f8488e65a6c358982f



More information about the pld-cvs-commit mailing list