[qemu/epel7: 47/54] Build a package that can coexist with RHEL's qemu-kvm

Lubomir Rintel lkundrak at fedoraproject.org
Wed Feb 26 18:36:22 UTC 2014


commit 6d85eb62f9462bf41bcf11b53518df71ef395b53
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Wed Feb 26 11:52:34 2014 +0100

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

 qemu.spec |    8 ++++----
 1 files 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


More information about the scm-commits mailing list