render / rpms / libvirt

Forked from rpms/libvirt 10 months ago
Clone
3ec523
From d437ccd8fef17c2bb119e98a034bdc56ff9425b2 Mon Sep 17 00:00:00 2001
a54075
From: Cole Robinson <crobinso@redhat.com>
a54075
Date: Mon, 15 Sep 2014 14:49:35 -0400
a54075
Subject: [PATCH] spec: Don't build wireshark on f21 (non upstream)
a54075
a54075
wireshark bug: https://bugzilla.redhat.com/show_bug.cgi?id=1129419
a54075
---
a54075
 libvirt.spec.in | 3 +++
a54075
 1 file changed, 3 insertions(+)
a54075
a54075
diff --git a/libvirt.spec.in b/libvirt.spec.in
a54075
index 0741c73..7d8748d 100644
a54075
--- a/libvirt.spec.in
a54075
+++ b/libvirt.spec.in
a54075
@@ -267,6 +267,9 @@
a54075
 %if 0%{?fedora} >= 21
a54075
     %define with_wireshark 0%{!?_without_wireshark:1}
a54075
 %endif
a54075
+# Except this is presently busted on F21/rawhide with wireshark 1.12.0
a54075
+# https://bugzilla.redhat.com/show_bug.cgi?id=1129419
a54075
+%define with_wireshark 0
a54075
 
a54075
 # Disable some drivers when building without libvirt daemon.
a54075
 # The logic is the same as in configure.ac