From c760c4292ef759ab39d25fc097e32a39ec2a8b25 Mon Sep 17 00:00:00 2001 From: jomui Date: Tue, 10 Jan 2017 15:48:44 +0900 Subject: [PATCH] remove %ix86 ExcludeArch Signed-off-by: jomui Change-Id: Ie3fe2a8eddafa33747c61e7a58f5583e237274e5 --- packaging/csapi-location.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/csapi-location.spec b/packaging/csapi-location.spec index cb00244..cf69381 100755 --- a/packaging/csapi-location.spec +++ b/packaging/csapi-location.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