[qemu/private-ehabkost-fixing-exclusivearch] more fixes

Eduardo Habkost ehabkost at fedoraproject.org
Thu Mar 29 15:35:36 UTC 2012


commit fa3943163b12d368efece5acd64e4cba25072a25
Author: Eduardo Habkost <ehabkost at raisama.net>
Date:   Thu Mar 29 12:34:34 2012 -0300

    more fixes
    
    Signed-off-by: Eduardo Habkost <ehabkost at raisama.net>

 qemu.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 5732767..c28a26b 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -20,17 +20,18 @@
 #
 # Enabled by default, except on RHEL.
 
-
 %if 0%{?rhel}
 # RHEL-specific defaults:
-%bcond_with    exclusive_x86_64
-%bcond_with    rbd
-%bcond_with    fdt
+%bcond_with    x86only          # disabled
+%bcond_without exclusive_x86_64 # enabled
+%bcond_with    rbd              # disabled
+%bcond_with    fdt              # disabled
 %else
 # General defaults:
-%bcond_with    exclusive_x86_64
-%bcond_without rbd
-%bcond_without fdt
+%bcond_with    x86only          # disabled
+%bcond_with    exclusive_x86_64 # disabled
+%bcond_without rbd              # enabled
+%bcond_without fdt              # enabled
 %endif
 
 


More information about the scm-commits mailing list