Update build spec to exclude i586, aarch64 architecture
authorGihun Chang <gihun.chang@samsung.com>
Wed, 14 Dec 2016 23:44:02 +0000 (08:44 +0900)
committerGihun Chang <gihun.chang@samsung.com>
Wed, 14 Dec 2016 23:47:34 +0000 (08:47 +0900)
Change-Id: I7fdb8a938e2e20a73c265201e604647c77f52e03
Signed-off-by: Gihun Chang <gihun.chang@samsung.com>
packaging/csapi-trace.spec

index 20d3d5d..52d02fb 100644 (file)
@@ -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#