[ovirt-node/f19] Add ExclusiveArch for i686 and x86_64

Fabian Deutsch fabiand at fedoraproject.org
Wed Aug 28 13:35:30 UTC 2013


commit ba7098d87bd8e07a699c1c11a5f14bbdb57e27c9
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Mon Aug 26 08:32:13 2013 +0200

    Add ExclusiveArch for i686 and x86_64
    
    Bug https://bugzilla.redhat.com/show_bug.cgi?id=1000920 tracks the
    failures on PPC and ARM.
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 ovirt-node.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/ovirt-node.spec b/ovirt-node.spec
index eb7ec14..d6285c3 100644
--- a/ovirt-node.spec
+++ b/ovirt-node.spec
@@ -20,6 +20,9 @@ Source0:        %{name}-%{version}.tar.gz
 License:        GPLv2+
 Group:          Applications/System
 
+# https://bugzilla.redhat.com/show_bug.cgi?id=1000920
+ExclusiveArch: %{ix86} x86_64
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 URL:            http://www.ovirt.org/
 BuildRequires:  python-setuptools python-devel dracut


More information about the scm-commits mailing list