From bdd8048c60aa01fae39422ea1476cb0cceab17c1 Mon Sep 17 00:00:00 2001 From: wxm Date: Thu, 10 Jul 2025 03:12:43 +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 41d1c71..8e29788 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -5,7 +5,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 3.6.14 -Release: 11 +Release: 12 Epoch: 1 License: GPL+ Url: http://www.wireshark.org/ @@ -182,7 +182,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 @@ -214,6 +213,9 @@ exit 0 %{_mandir}/man?/* %changelog +* Thu Jul 10 2025 wangxiaomeng - 1:3.6.14-12 +- Delete %{_mandir}/man1/wireshark.* in wireshark package because wireshark-help package also contains this files + * Wed Oct 09 2024 yaoxin - 1:3.6.14-11 - Fix CVE-2024-8645 -- Gitee