diff --git a/wireshark.spec b/wireshark.spec index efb83600c0c6b2954cc84308cd29b0487be73dfd..0cbf4f20e432f43dcec2cd1a4a1b6b2dfd1c97d6 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