From 2427f8f078ba8af8aa2443c6a3b870d166081d5e Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Feb 24 2016 22:23:39 +0000 Subject: Re-enable wireshark --- diff --git a/libvirt.spec b/libvirt.spec index 9349ccb..815091a 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -271,10 +271,9 @@ %endif # Enable wireshark plugins for all distros shipping libvirt 1.2.2 or newer -# Disabled due to https://bugzilla.redhat.com/show_bug.cgi?id=1300002 -#if 0%{?fedora} >= 21 - #define with_wireshark 0%{!?_without_wireshark:1} -#endif +%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