[packages/wireshark] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:07:41 CEST 2025
commit 33430cfeefc77bc6892cc5f53032404972982bf7
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:44 2025 +0200
Fix applying patches.
wireshark.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wireshark.spec b/wireshark.spec
index 3870f31..4f650fe 100644
--- a/wireshark.spec
+++ b/wireshark.spec
@@ -305,8 +305,8 @@ Pliki nagłówkowe bibliotek Wiresharka.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if %{with falcosecurity}
%{__sed} -i -e 's/CMAKE_CXX_STANDARD 11/CMAKE_CXX_STANDARD 17/' CMakeLists.txt
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wireshark.git/commitdiff/33430cfeefc77bc6892cc5f53032404972982bf7
More information about the pld-cvs-commit
mailing list