From c57122efdeba2cd4ebab1e58302006c8941c904c Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Tue, 10 Jan 2017 19:02:23 +0900 Subject: [PATCH] Remove ix86 on ExcludeArch Change-Id: Id69773ebc9529390905dbba164b2ccfa4fe4a006 Signed-off-by: pr.jung --- packaging/csapi-system.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/csapi-system.spec b/packaging/csapi-system.spec index 3043f48..a35be8b 100644 --- a/packaging/csapi-system.spec +++ b/packaging/csapi-system.spec @@ -9,7 +9,7 @@ Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest AutoReqProv: no -ExcludeArch: aarch64 %ix86 +ExcludeArch: aarch64 BuildRequires: dotnet-build-tools @@ -41,4 +41,4 @@ done %files %manifest %{name}.manifest %license LICENSE -%attr(644,root,root) %{dotnet_assembly_files} \ No newline at end of file +%attr(644,root,root) %{dotnet_assembly_files} -- 2.7.4