From 232e2e7de2739f7df4c268bbc9da19894d9bf49b Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Dec 05 2016 11:21:03 +0000 Subject: Add workaround for wireshark-devel brokeness yet again Signed-off-by: Daniel P. Berrange --- diff --git a/libvirt.spec b/libvirt.spec index 2561f8c..e971345 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -419,6 +419,9 @@ BuildRequires: numad %if %{with_wireshark} %if 0%{fedora} >= 24 BuildRequires: wireshark-devel >= 2.1.0 +# Temp hack for F25/rawhide due to broken wireshark-devel deps +# https://bugzilla.redhat.com/show_bug.cgi?id=1401463 +BuildRequires: qt-devel glib2-devel %else BuildRequires: wireshark-devel >= 1.12.1 %endif