mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
rpm: remove version checks for wireshark
We only turn on with_wireshark if we already know the distro is guaranteed to have new enough packages. The versioned dep is thus not required. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
45d714ce2e
commit
8d3c427dea
@ -386,7 +386,7 @@ BuildRequires: numad
|
||||
%endif
|
||||
|
||||
%if %{with_wireshark}
|
||||
BuildRequires: wireshark-devel >= 2.4.0
|
||||
BuildRequires: wireshark-devel
|
||||
%endif
|
||||
|
||||
%if %{with_libssh}
|
||||
@ -928,7 +928,7 @@ Bash completion script stub.
|
||||
%if %{with_wireshark}
|
||||
%package wireshark
|
||||
Summary: Wireshark dissector plugin for libvirt RPC transactions
|
||||
Requires: wireshark >= 2.4.0
|
||||
Requires: wireshark
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
%description wireshark
|
||||
|
Loading…
Reference in New Issue
Block a user