summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGihun Chang <gihun.chang@samsung.com>2016-12-15 08:44:02 +0900
committerGihun Chang <gihun.chang@samsung.com>2016-12-15 08:47:34 +0900
commit0d13c9437225b8d996e79ccf2a65051edeedd774 (patch)
treedc9ac2bdde33408c80fb449461da0ee39f5a9dfe
parentf19dcc7d957e78b585fd2aef9f6df998ee192890 (diff)
downloadtrace-0d13c9437225b8d996e79ccf2a65051edeedd774.tar.gz
trace-0d13c9437225b8d996e79ccf2a65051edeedd774.tar.bz2
trace-0d13c9437225b8d996e79ccf2a65051edeedd774.zip
Update build spec to exclude i586, aarch64 architecturesubmit/tizen/20161214.063015accepted/tizen/mobile/20161215.072332
Change-Id: I7fdb8a938e2e20a73c265201e604647c77f52e03 Signed-off-by: Gihun Chang <gihun.chang@samsung.com>
-rw-r--r--packaging/csapi-trace.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/csapi-trace.spec b/packaging/csapi-trace.spec
index 20d3d5d..52d02fb 100644
--- a/packaging/csapi-trace.spec
+++ b/packaging/csapi-trace.spec
@@ -26,6 +26,9 @@ BuildRequires: dotnet-build-tools
# C# API Requires
BuildRequires: csapi-tizen-nuget
+# .NET is only available on armv7l and x86_64
+ExcludeArch: %{ix86} aarch64
+
%description
Tizen Tracer API for C#