Resolves: #1988120 - Enable LTO build of wireshark for RHEL 9

This commit is contained in:
Michal Ruprich 2021-08-16 12:53:46 +02:00
parent 6c11622463
commit bb50c772dc
1 changed files with 4 additions and 3 deletions

View File

@ -2,13 +2,11 @@
%global with_lua 1
%global with_maxminddb 1
%global plugins_version 3.4
# added temporarily due to errors in libqt5core
%define _lto_cflags %{nil}
Summary: Network traffic analyzer
Name: wireshark
Version: 3.4.7
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
License: GPL+
Url: http://www.wireshark.org/
@ -273,6 +271,9 @@ fi
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Mon Aug 16 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.7-3
- Resolves: #1988120 - Enable LTO build of wireshark for RHEL 9
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.7-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688