[qemu] Re-enable SPICE after previous build fixes circular dep

Daniel P. Berrange berrange at fedoraproject.org
Tue Feb 3 14:05:40 UTC 2015


commit f287dc5662e4a45058ec3db6d85220d26210baee
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Tue Feb 3 14:05:24 2015 +0000

    Re-enable SPICE after previous build fixes circular dep

 qemu.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 1496db1..5036887 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -25,7 +25,7 @@
 %bcond_without kvmonly          # enabled
 %bcond_without exclusive_x86_64 # enabled
 %bcond_with    rbd              # disabled
-%bcond_with    spice            # disabled
+%bcond_without spice            # enabled
 %bcond_without seccomp          # enabled
 %bcond_with    xfsprogs         # disabled
 %bcond_with    separate_kvm     # disabled - for EPEL
@@ -35,7 +35,7 @@
 %bcond_with    kvmonly          # disabled
 %bcond_with    exclusive_x86_64 # disabled
 %bcond_without rbd              # enabled
-%bcond_with    spice            # disabled
+%bcond_without spice            # enabled
 %bcond_without seccomp          # enabled
 %bcond_without xfsprogs         # enabled
 %bcond_with    separate_kvm     # disabled
@@ -153,7 +153,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 2.2.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
 Group: Development/Tools
@@ -1504,6 +1504,9 @@ getent passwd qemu >/dev/null || \
 %endif
 
 %changelog
+* Tue Feb  3 2015 Daniel P. Berrange <berrange at redhat.com> - 2:2.2.0-4
+- Re-enable SPICE after previous build fixes circular dep
+
 * Tue Feb  3 2015 Daniel P. Berrange <berrange at redhat.com> - 2:2.2.0-3
 - Rebuild for changed xen soname
 - Temporarily disable SPICE to break circular build-dep on libcacard


More information about the scm-commits mailing list