From d2c4b6fcd24b1da128127e53bad2015d75370a83 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 10 Jun 2014 14:45:46 +0300 Subject: [PATCH] Build only for Intel architectures Package is in unresolvable state for IVI arm target because of missing kernel for arm. Restricting build to Intel architectures should solve the issue. Change-Id: I0c944d5301a96aa98facf9eefecc6fc07097e96b Signed-off-by: Ed Bartosh --- packaging/openavb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/openavb.spec b/packaging/openavb.spec index d7b8b5b..5b950dd 100644 --- a/packaging/openavb.spec +++ b/packaging/openavb.spec @@ -17,6 +17,7 @@ URL: https://github.com/intel-ethernet/Open-AVB Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: openavb-kmod-igb +ExclusiveArch: %ix86 x86_64 BuildRequires: libstdc++-devel BuildRequires: kernel-x86-ivi-devel -- 2.7.4