[gnome-boxes] Only try to set ExclusiveArch on RHEL

Christophe Fergeau teuf at fedoraproject.org
Fri May 24 09:31:49 UTC 2013


commit 992e975d20caf1b2f2a00c43b3837c05deb4acec
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Fri May 24 11:22:07 2013 +0200

    Only try to set ExclusiveArch on RHEL

 gnome-boxes.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnome-boxes.spec b/gnome-boxes.spec
index 652cf12..2799062 100644
--- a/gnome-boxes.spec
+++ b/gnome-boxes.spec
@@ -3,10 +3,9 @@
 # creation' UI would still be there but non-functional, ...), better to
 # only build Boxes on platforms where qemu/qemu-kvm are available
 %if 0%{?rhel}
-    %global exclusive_arch x86_64
+    ExclusiveArch: x86_64
 %endif
 
-ExclusiveArch: %{exclusive_arch}
 
 # The following qemu_kvm_arches/with_qemu_kvm defines come from
 # libvirt.spec


More information about the scm-commits mailing list