From c75551c64fc0a2bf8418bbbaef117b1903583770 Mon Sep 17 00:00:00 2001 From: Ickhee Woo Date: Wed, 11 Jan 2017 13:16:26 +0900 Subject: [PATCH] change ExcludeArch by removing ix86 Change-Id: Id7441577750f2f36fca747e20c80b96490362f41 Signed-off-by: Ickhee Woo --- packaging/csapi-push.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/csapi-push.spec b/packaging/csapi-push.spec index 43a5f34..430d671 100644 --- a/packaging/csapi-push.spec +++ b/packaging/csapi-push.spec @@ -1,6 +1,6 @@ Name: csapi-push Summary: Tizen Push API for C# -Version: 1.0.2 +Version: 1.0.3 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -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