From 6662a2b3553b15e1bdf784be70723526448f20b2 Mon Sep 17 00:00:00 2001 From: Changjoon Baek Date: Wed, 11 Jan 2017 11:03:32 +0900 Subject: [PATCH] Remove %ix86 at ExcludeArch in spec Change-Id: I4a1261cd18ddcead57ee5fe07b73f0ca1e9eba41 Signed-off-by: Changjoon Baek --- packaging/csapi-trace.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/csapi-trace.spec b/packaging/csapi-trace.spec index 8ece290..b026eab 100644 --- a/packaging/csapi-trace.spec +++ b/packaging/csapi-trace.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