From 4dd365589ffaf8104f8bed28d87bc78647513c33 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Jan 19 2016 17:44:37 +0000 Subject: Disable wireshark due to https://bugzilla.redhat.com/show_bug.cgi?id=1300002 --- diff --git a/libvirt.spec b/libvirt.spec index a06d291..bbb4cf8 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -271,9 +271,10 @@ %endif # Enable wireshark plugins for all distros shipping libvirt 1.2.2 or newer -%if 0%{?fedora} >= 21 - %define with_wireshark 0%{!?_without_wireshark:1} -%endif +# Disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1300002 +#if 0%{?fedora} >= 21 + #define with_wireshark 0%{!?_without_wireshark:1} +#endif # Disable some drivers when building without libvirt daemon. # The logic is the same as in configure.ac