change ExcludeArch by removing ix86
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 11 Jan 2017 04:16:26 +0000 (13:16 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 11 Jan 2017 04:16:26 +0000 (13:16 +0900)
Change-Id: Id7441577750f2f36fca747e20c80b96490362f41
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
packaging/csapi-push.spec

index 43a5f34..430d671 100644 (file)
@@ -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}