From: Ickhee Woo Date: Wed, 11 Jan 2017 04:16:26 +0000 (+0900) Subject: change ExcludeArch by removing ix86 X-Git-Tag: accepted/tizen/common/20170301.140257^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F109645%2F1;p=platform%2Fcore%2Fcsapi%2Fpush.git change ExcludeArch by removing ix86 Change-Id: Id7441577750f2f36fca747e20c80b96490362f41 Signed-off-by: Ickhee Woo --- 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}