Removing dependency on wireshark from wireshark-cli (rhbz#1554818)
Removing deprecated Group tags
This commit is contained in:
parent
3f69e3fe60
commit
46134902a0
@ -5,10 +5,9 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 2.4.5
|
Version: 2.4.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
|
|
||||||
Source0: https://wireshark.org/download/src/%{name}-%{version}.tar.xz
|
Source0: https://wireshark.org/download/src/%{name}-%{version}.tar.xz
|
||||||
@ -35,7 +34,8 @@ Requires: %{name}-cli = %{epoch}:%{version}-%{release}
|
|||||||
|
|
||||||
Requires: xdg-utils
|
Requires: xdg-utils
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
%if %{with_portaudio}
|
|
||||||
|
%if %{with_portaudio} && 0%{?fedora}
|
||||||
Requires: portaudio
|
Requires: portaudio
|
||||||
BuildRequires: portaudio-devel
|
BuildRequires: portaudio-devel
|
||||||
%endif
|
%endif
|
||||||
@ -95,8 +95,6 @@ transferred over HTTP or CIFS, or play back an RTP audio stream.
|
|||||||
|
|
||||||
%package cli
|
%package cli
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Group: Applications/Internet
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): systemd-udev
|
Requires(post): systemd-udev
|
||||||
|
|
||||||
@ -106,7 +104,6 @@ Wireshark.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers and libraries for wireshark
|
Summary: Development headers and libraries for wireshark
|
||||||
Group: Development/Libraries
|
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release} glibc-devel glib2-devel
|
Requires: %{name} = %{epoch}:%{version}-%{release} glibc-devel glib2-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -144,7 +141,7 @@ autoreconf -ivf
|
|||||||
%else
|
%else
|
||||||
--with-lua=no \
|
--with-lua=no \
|
||||||
%endif
|
%endif
|
||||||
%if %{with_portaudio}
|
%if %{with_portaudio} && 0%{?fedora}
|
||||||
--with-portaudio \
|
--with-portaudio \
|
||||||
%else
|
%else
|
||||||
--with-portaudio=no \
|
--with-portaudio=no \
|
||||||
@ -284,6 +281,10 @@ getent group usbmon >/dev/null || groupadd -r usbmon
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 15 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-2
|
||||||
|
- Removing dependency on wireshark from wireshark-cli (rhbz#1554818)
|
||||||
|
- Removing deprecated Group tags
|
||||||
|
|
||||||
* Fri Mar 09 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-1
|
* Fri Mar 09 2018 Michal Ruprich <mruprich@redhat.com> - 1:2.4.5-1
|
||||||
- New upstream version 2.4.5
|
- New upstream version 2.4.5
|
||||||
- Contains fixes for CVE-2018-7419, CVE-2018-7418, CVE-2018-7417, CVE-2018-7420, CVE-2018-7320, CVE-2018-7336, CVE-2018-7337, CVE-2018-7334, CVE-2018-7335, CVE-2018-6836, CVE-2018-5335, CVE-2018-5334, CVE-2017-6014, CVE-2017-9616, CVE-2017-9617, CVE-2017-9766
|
- Contains fixes for CVE-2018-7419, CVE-2018-7418, CVE-2018-7417, CVE-2018-7420, CVE-2018-7320, CVE-2018-7336, CVE-2018-7337, CVE-2018-7334, CVE-2018-7335, CVE-2018-6836, CVE-2018-5335, CVE-2018-5334, CVE-2017-6014, CVE-2017-9616, CVE-2017-9617, CVE-2017-9766
|
||||||
|
Loading…
Reference in New Issue
Block a user