Revert OL modifications
This commit is contained in:
parent
bed00ffc64
commit
aa35bee136
@ -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 <el-errata_ww@oracle.com> - 4.4.2-4.0.1.1
|
||||
- Fix post script to not fail during initial installation [Orabug: 37565359]
|
||||
|
||||
* Mon Dec 08 2025 Michal Ruprich <michalruprich@gmail.com> - 1:4.4.2-4.1
|
||||
- Resolves: RHEL-130425 - Access of Uninitialized Pointer in Wireshark
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user