[gnome-boxes] Remove space in front of ExclusiveArch

Christophe Fergeau teuf at fedoraproject.org
Thu May 30 14:17:52 UTC 2013


commit 89556b2b43086d78da7eb19c2fa387aaa2e2b178
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu May 30 16:17:12 2013 +0200

    Remove space in front of ExclusiveArch
    
    This breaks some tools that expects ExclusiveArch to come at the
    beginning of the line.

 gnome-boxes.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-boxes.spec b/gnome-boxes.spec
index 2578b60..c66646a 100644
--- a/gnome-boxes.spec
+++ b/gnome-boxes.spec
@@ -3,7 +3,7 @@
 # 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}
-    ExclusiveArch: x86_64
+ExclusiveArch: x86_64
 %endif
 
 


More information about the scm-commits mailing list