From 6d85eb62f9462bf41bcf11b53518df71ef395b53 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 26 Feb 2014 11:52:34 +0100 Subject: [PATCH] Build a package that can coexist with RHEL's qemu-kvm --- qemu.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu.spec b/qemu.spec index 95b1def..a9ca6ac 100644 --- a/qemu.spec +++ b/qemu.spec @@ -22,14 +22,14 @@ %if 0%{?rhel} # RHEL-specific defaults: -%bcond_without kvmonly # enabled +%bcond_with kvmonly # enabled %bcond_without exclusive_x86_64 # enabled %bcond_with rbd # disabled %bcond_without spice # enabled %bcond_without seccomp # enabled -%bcond_with xfsprogs # disabled -%bcond_with separate_kvm # disabled - for EPEL -%bcond_with gtk # disabled +%bcond_without xfsprogs # disabled +%bcond_without separate_kvm # disabled - for EPEL +%bcond_without gtk # disabled %else # General defaults: %bcond_with kvmonly # disabled