[qemu/private-ehabkost-fixing-exclusivearch] fix build

Eduardo Habkost ehabkost at fedoraproject.org
Thu Mar 29 15:30:52 UTC 2012


commit 3ff221e3360f98a419939f7014ba24ac16c3b904
Author: Eduardo Habkost <ehabkost at raisama.net>
Date:   Thu Mar 29 12:30:04 2012 -0300

    fix build
    
    Oops, I set exclusive_x86_64 by default. It was supposed to be
    _disabled_ by default.
    
    Signed-off-by: Eduardo Habkost <ehabkost at raisama.net>

 qemu.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 07a04dd..5732767 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -23,12 +23,12 @@
 
 %if 0%{?rhel}
 # RHEL-specific defaults:
-%bcond_without exclusive_x86_64
+%bcond_with    exclusive_x86_64
 %bcond_with    rbd
 %bcond_with    fdt
 %else
 # General defaults:
-%bcond_without exclusive_x86_64
+%bcond_with    exclusive_x86_64
 %bcond_without rbd
 %bcond_without fdt
 %endif


More information about the scm-commits mailing list