From af19cecb75b655ea682357202903814bc1f49680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Wed, 15 Jan 2014 15:56:12 +0000 Subject: [PATCH] Restrict foreman to x86_64 systems theforeman.org currently only provides x86_64 packages, so we should restrict openstack-foreman to such systems --- openstack-foreman-installer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack-foreman-installer.spec b/openstack-foreman-installer.spec index 4acb25d..40189d6 100644 --- a/openstack-foreman-installer.spec +++ b/openstack-foreman-installer.spec @@ -12,7 +12,7 @@ Summary: Installer & Configuration tool for OpenStack Group: Applications/System License: GPLv2 -BuildArch: noarch +ExclusiveArch: x86_64 URL: https://github.com/redhat-openstack/%{upstream_name} # source is in github, see corresponding git tags Source0: https://github.com/redhat-openstack/%{upstream_name}/archive/openstack-foreman-installer-%{version}.tar.gz