Remove %ix86 in .spec file.
authorjinwang.an <jinwang.an@samsung.com>
Tue, 10 Jan 2017 08:06:11 +0000 (17:06 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Tue, 10 Jan 2017 08:07:52 +0000 (17:07 +0900)
 To support %ix86 build.

Change-Id: I51da5cc2de8848f69dca21d448c1488c371f96e9
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
packaging/csapi-system-settings.spec

index 861c6bf..7337626 100644 (file)
@@ -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}