From 7a6cd73c4baa7a147394c54ea25f45e035bc4f5e Mon Sep 17 00:00:00 2001 From: wxm Date: Thu, 10 Jul 2025 03:06:38 +0000 Subject: [PATCH] Delete %{_mandir}/man1/wireshark.* in wireshark package Signed-off-by: wxm --- wireshark.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wireshark.spec b/wireshark.spec index efb8360..0cbf4f2 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 3.6.14 -Release: 8 +Release: 9 Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -179,7 +179,6 @@ exit 0 %{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/mimetypes/* %{_bindir}/* -%{_mandir}/man1/wireshark.* %{_sysusersdir}/%{name}.conf %license COPYING %attr(0750, root, wireshark) %caps(cap_net_raw,cap_net_admin=ep) %{_bindir}/dumpcap @@ -211,6 +210,9 @@ exit 0 %{_mandir}/man?/* %changelog +* Thu Jul 10 2025 wangxiaomeng - 1:3.6.14-9 +- Delete %{_mandir}/man1/wireshark.* in wireshark package because wireshark-help package also contains this files + * Wed May 15 2024 yaoxin - 1:3.6.14-8 - Fix CVE-2024-4853,CVE-2024-4854 and CVE-2024-4855 -- Gitee