Revert OL modifications
This commit is contained in:
parent
1632abe8d0
commit
fcb8790b95
@ -6,7 +6,7 @@
|
||||
Summary: Network traffic analyzer
|
||||
Name: wireshark
|
||||
Version: 4.4.2
|
||||
Release: 4.0.1%{?dist}.2
|
||||
Release: 4%{?dist}.2
|
||||
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/
|
||||
@ -193,7 +193,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
|
||||
|
||||
@ -283,9 +283,6 @@ fi
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2026 EL Errata <el-errata_ww@oracle.com> - 4.4.2-4.0.1.el10_1.2
|
||||
- Fix post script to not fail during initial installation [Orabug: 37565359]
|
||||
|
||||
* Sun Jan 25 2026 Michal Ruprich <mruprich@redhat.com> - 1:4.4.2-4.2
|
||||
- Resolves: RHEL-136916 - NULL Pointer Dereference in Wireshark (CVE-2025-9817)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user