Accepting request 758277 from home:rfrohl:branches:network:utilities

update wireshark to 3.2; not for Factory yet

OBS-URL: https://build.opensuse.org/request/show/758277
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=293
This commit is contained in:
2019-12-19 15:51:05 +00:00
committed by Git OBS Bridge
parent 3d695f4a82
commit d303aa7d43
6 changed files with 81 additions and 80 deletions

View File

@@ -17,9 +17,9 @@
# define libraries
%define libutil libwsutil10
%define libwire libwireshark12
%define libtap libwiretap9
%define libutil libwsutil11
%define libwire libwireshark13
%define libtap libwiretap10
%define libcodecs libwscodecs2
%if 0%{?suse_version} >= 1500
%bcond_without lz4
@@ -27,7 +27,7 @@
%bcond_with lz4
%endif
Name: wireshark
Version: 3.0.7
Version: 3.2.0
Release: 0
Summary: A Network Traffic Analyser
License: GPL-2.0-or-later AND GPL-3.0-or-later
@@ -41,6 +41,7 @@ BuildRequires: flex
BuildRequires: glib2-devel >= 2.32
BuildRequires: hicolor-icon-theme
BuildRequires: krb5-devel
BuildRequires: libbrotli-devel
BuildRequires: libcap-devel
BuildRequires: libcares-devel
BuildRequires: libgcrypt-devel >= 1.8.0
@@ -66,6 +67,7 @@ Requires(pre): permissions
Requires(pre): shadow
Recommends: wireshark-ui = %{version}
Provides: ethereal = %{version}
Obsoletes: %{libcodecs} < %{version}
Obsoletes: ethereal < %{version}
Provides: group(wireshark)
%if %{with lz4}
@@ -121,17 +123,9 @@ Group: System/Libraries
Wiretap, part of the Wireshark project, is a library that allows one to read
and write several packet capture file formats.
%package -n %{libcodecs}
Summary: Network packet dissection codecs library
Group: System/Libraries
%description -n %{libcodecs}
The libwscodecs library provides codec functions for libwireshark.
%package devel
Summary: A Network Traffic Analyser
Group: Development/Libraries/C and C++
Requires: %{libcodecs} = %{version}
Requires: %{libtap} = %{version}
Requires: %{libutil} = %{version}
Requires: %{libwire} = %{version}
@@ -232,8 +226,6 @@ exit 0
%postun -n %{libwire} -p /sbin/ldconfig
%post -n %{libtap} -p /sbin/ldconfig
%postun -n %{libtap} -p /sbin/ldconfig
%post -n %{libcodecs} -p /sbin/ldconfig
%postun -n %{libcodecs} -p /sbin/ldconfig
%files
%license COPYING
@@ -266,9 +258,6 @@ exit 0
%files -n %{libtap}
%{_libdir}/libwiretap.so.*
%files -n %{libcodecs}
%{_libdir}/libwscodecs.so.*
%files devel
%{_includedir}/wireshark
%{_includedir}/wireshark/config.h