New version 4.0.1
Only compat-lua is supported, on Fedora only
This commit is contained in:
parent
81fb795b64
commit
0d054c10eb
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (wireshark-4.0.0.tar.xz) = d16b67bacca479af419f47e000800bbc33098a00cdb56c789e6c0f354fbd4f13c3d25c496239a8836c4e5754af2e36d4baf5e8ae55eae71f80c93630b78128bc
|
SHA512 (wireshark-4.0.1.tar.xz) = 10ac8e738b4bd70ba4a1a9124e8c8e6238feb7c5a4cef79a03dae6adef08230700bb8ba700d2f89a5aad28cabdaf06b8825a1124d9d466de4e2e10cc55968525
|
||||||
SHA512 (SIGNATURES-4.0.0.txt) = a4f82ecdc126add673a0f613ddc244b048cdf3060738a650270a606d31f7d7636cdedefe3ddc32e29b2d619f8ff8a26c96e16873ff20b3c0a984cb873a5e5227
|
SHA512 (SIGNATURES-4.0.1.txt) = 46376e8d77a368317f484d3fc156eb0b6c544c5c18c83bdc40d182d28b068438c5bee8241c3c7e2c073a33058509be83574a5fc03ceaaa56c461b7d431e3f2a0
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 4.0.0
|
Version: 4.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
@ -72,7 +72,7 @@ BuildRequires: asciidoctor
|
|||||||
%if %{with_maxminddb} && 0%{?fedora}
|
%if %{with_maxminddb} && 0%{?fedora}
|
||||||
BuildRequires: libmaxminddb-devel
|
BuildRequires: libmaxminddb-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{with_lua}
|
%if %{with_lua} && 0%{fedora}
|
||||||
BuildRequires: compat-lua-devel
|
BuildRequires: compat-lua-devel
|
||||||
%endif
|
%endif
|
||||||
Buildrequires: git-core
|
Buildrequires: git-core
|
||||||
@ -121,9 +121,8 @@ and plugins.
|
|||||||
%cmake -G "Unix Makefiles" \
|
%cmake -G "Unix Makefiles" \
|
||||||
-DDISABLE_WERROR=ON \
|
-DDISABLE_WERROR=ON \
|
||||||
-DBUILD_wireshark=ON \
|
-DBUILD_wireshark=ON \
|
||||||
%if %{with_lua}
|
%if %{with_lua} && 0%{?fedora}
|
||||||
-DENABLE_LUA=ON \
|
-DENABLE_LUA=ON \
|
||||||
-DLUA_VERSION_NUM=5.1 \
|
|
||||||
%else
|
%else
|
||||||
-DENABLE_LUA=OFF \
|
-DENABLE_LUA=OFF \
|
||||||
%endif
|
%endif
|
||||||
@ -276,6 +275,10 @@ fi
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 27 2022 Michal Ruprich <mruprich@redhat.com> - 1:4.0.1-1
|
||||||
|
- New version 4.0.1
|
||||||
|
- Only compat-lua is supported, on Fedora only
|
||||||
|
|
||||||
* Fri Oct 14 2022 Michal Ruprich <mruprich@redhat.com> - 1:4.0.0-2
|
* Fri Oct 14 2022 Michal Ruprich <mruprich@redhat.com> - 1:4.0.0-2
|
||||||
- Adding a couple of tweaks for the latest rebased version
|
- Adding a couple of tweaks for the latest rebased version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user