From 4fb0ef892068deab2f9fa4d52ac8a12195736006 Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Thu, 15 Dec 2016 09:49:35 +0900 Subject: [PATCH] add Arm64, i586 Exclude - current dontnet is supported on armv7l and x86_64. - other arch type is not supported fo now. Change-Id: Ifb1d0b19493b31446fd4c72c59ce18e957e556a9 Signed-off-by: MyoungJune Park --- packaging/csapi-system-settings.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/csapi-system-settings.spec b/packaging/csapi-system-settings.spec index c414f1e..ecfa411 100644 --- a/packaging/csapi-system-settings.spec +++ b/packaging/csapi-system-settings.spec @@ -6,6 +6,8 @@ %define BUILDCONF Release %endif +ExcludeArch: %{ix86} aarch64 + Name: csapi-system-settings Summary: Tizen System Settings API for C# Version: 1.0.1 -- 2.7.4