diff --git a/wireshark.spec b/wireshark.spec index 84ab68d..d47f13e 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -6,7 +6,7 @@ Summary: Network traffic analyzer Name: wireshark Version: 4.4.2 -Release: 4.0.1%{?dist}.4 +Release: 4%{?dist}.4 Epoch: 1 License: BSD-1-Clause AND BSD-2-Clause AND BSD-3-Clause AND MIT AND GPL-2.0-or-later AND LGPL-2.0-or-later AND Zlib AND ISC AND (BSD-3-Clause OR GPL-2.0-only) AND (GPL-2.0-or-later AND Zlib) Url: http://www.wireshark.org/ @@ -195,7 +195,7 @@ find %{buildroot} -type f -name "*.la" -delete %{?ldconfig} # skip triggering if udevd isn't even accessible, e.g. containers or # rpm-ostree-based systems -if [ -S /run/udev/control ] && [ -f /usr/bin/udevadm ]; then +if [ -S /run/udev/control ]; then /usr/bin/udevadm trigger --subsystem-match=usbmon || : fi @@ -285,9 +285,6 @@ fi %{_libdir}/pkgconfig/%{name}.pc %changelog -* Wed Apr 22 2026 EL Errata - 4.4.2-4.0.1.el10_1.4 -- Fix post script to not fail during initial installation [Orabug: 37565359] - * Tue Apr 07 2026 Michal Ruprich - 1:4.4.2-4.4 - Resolves: RHEL-152921 - CVE-2026-3203 Buffer Over-read