Build a package that can coexist with RHEL's qemu-kvm

This commit is contained in:
Lubomir Rintel 2014-02-26 11:52:34 +01:00
parent 5f9089d1b5
commit 6d85eb62f9

View File

@ -22,14 +22,14 @@
%if 0%{?rhel} %if 0%{?rhel}
# RHEL-specific defaults: # RHEL-specific defaults:
%bcond_without kvmonly # enabled %bcond_with kvmonly # enabled
%bcond_without exclusive_x86_64 # enabled %bcond_without exclusive_x86_64 # enabled
%bcond_with rbd # disabled %bcond_with rbd # disabled
%bcond_without spice # enabled %bcond_without spice # enabled
%bcond_without seccomp # enabled %bcond_without seccomp # enabled
%bcond_with xfsprogs # disabled %bcond_without xfsprogs # disabled
%bcond_with separate_kvm # disabled - for EPEL %bcond_without separate_kvm # disabled - for EPEL
%bcond_with gtk # disabled %bcond_without gtk # disabled
%else %else
# General defaults: # General defaults:
%bcond_with kvmonly # disabled %bcond_with kvmonly # disabled