Related: #1967546 - Rebase wireshark to latest version

This commit is contained in:
Michal Ruprich 2021-07-20 13:57:56 +02:00
parent 60f9f6cd6b
commit 287bb92f68
2 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1,2 @@
SHA512 (wireshark-3.4.6.tar.xz) = eac358bb6457ba704db364a8a8431652e8427f17f5a69d92195fe00afb8db028b92a6a36e216ee5f692621b1ad35ea2f6cebdb08076f091e76a04e048192b89d
SHA512 (SIGNATURES-3.4.6.txt) = c61b63493921a1a000e4b7b9d7b734f37bce7420705754c1f2cd56e138049bdc19930f4522a87a2775e88c9852bcf66f7bed65e178687d29653941ac8549c09a
SHA512 (wireshark-3.4.7.tar.xz) = 26546828d26f0fef1021ae9fccf5c3f1d7cb3bd05ce63ec37259a1938546ec427415d542fe985c11f95055f7677a19b010be57c7082848714b1755565f092ed0
SHA512 (SIGNATURES-3.4.7.txt) = 17d0c588b59bb6339797fcc84111673f303161d69756809f3e09a332179b0835ac377259e50ff6a6d4a09f6327c3af1b6f11b8c4d4f2e0a9dbcf040e667b4305

View File

@ -7,8 +7,8 @@
Summary: Network traffic analyzer
Name: wireshark
Version: 3.4.6
Release: 2%{?dist}
Version: 3.4.7
Release: 1%{?dist}
Epoch: 1
License: GPL+
Url: http://www.wireshark.org/
@ -69,16 +69,14 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtmultimedia-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: zlib-devel
%if %{with_maxminddb} && 0%{?fedora}
%if %{with_maxminddb}
BuildRequires: libmaxminddb-devel
%endif
%if %{with_lua} && 0%{?fedora}
BuildRequires: compat-lua-devel
%endif
Buildrequires: git
%if 0%{?fedora}
Buildrequires: python3-devel
%endif
Buildrequires: cmake
#needed for sdjournal external capture interface
BuildRequires: systemd-devel
@ -275,6 +273,9 @@ fi
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Tue Jul 20 2021 Michal Ruprich <mruprich@redhat.com> - 1:3.4.7-1
- Related: #1967546 - Rebase wireshark to latest version
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1:3.4.6-2
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065