From d087429c516abf85be255808d07818855f4eae8c Mon Sep 17 00:00:00 2001 From: sinikang Date: Tue, 10 Jan 2017 15:55:42 +0900 Subject: [PATCH] Change exclude arch statement - remove %ix86 Change-Id: I2acb99e4c840e7115d7eb19ae948861da2469117 --- packaging/csapi-telephony.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/csapi-telephony.spec b/packaging/csapi-telephony.spec index 599ce64..c39e50c 100644 --- a/packaging/csapi-telephony.spec +++ b/packaging/csapi-telephony.spec @@ -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} -- 2.7.4