From aa35bee136fc6e244b736702d49466ed021812b7 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 11 Dec 2025 08:48:42 +0000 Subject: [PATCH] Revert OL modifications --- wireshark.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wireshark.spec b/wireshark.spec index dd8f63c..6b6c966 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}.1 +Release: 4%{?dist}.1 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/ @@ -192,7 +192,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 @@ -282,9 +282,6 @@ fi %{_libdir}/pkgconfig/%{name}.pc %changelog -* Wed Dec 10 2025 EL Errata - 4.4.2-4.0.1.1 -- Fix post script to not fail during initial installation [Orabug: 37565359] - * Mon Dec 08 2025 Michal Ruprich - 1:4.4.2-4.1 - Resolves: RHEL-130425 - Access of Uninitialized Pointer in Wireshark