]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
rpm: remove version checks for wireshark
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 13 Nov 2020 11:13:21 +0000 (11:13 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Nov 2020 10:19:03 +0000 (10:19 +0000)
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>
libvirt.spec.in

index 034982809d09234ba305ced9f7a7757ed013b05e..43955b0e0987ba8e6c20bda770a998a0ad6d7695 100644 (file)
@@ -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