summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSooChan Lim <sc1.lim@samsung.com>2019-04-24 15:28:12 +0900
committerSooChan Lim <sc1.lim@samsung.com>2019-04-24 15:28:12 +0900
commit334818ff041994b8af28ad2018e22755de0fd7a4 (patch)
tree6252440e893bfc96664cbdbffc78e676562f583e
parent6e7ce80fc524b78980d702549cf5bbc3a641e6ae (diff)
downloadmesa-334818ff041994b8af28ad2018e22755de0fd7a4.tar.gz
mesa-334818ff041994b8af28ad2018e22755de0fd7a4.tar.bz2
mesa-334818ff041994b8af28ad2018e22755de0fd7a4.zip
spec: exclude i586 i686 x86_64submit/tizen/20190424.063103
Change-Id: Ib162622f96baa764674c0839df5de00553089c18
-rw-r--r--packaging/mesa.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec
index 000fb577e48..91790d1ff0f 100644
--- a/packaging/mesa.spec
+++ b/packaging/mesa.spec
@@ -38,7 +38,7 @@ BuildRequires: pkgconfig(libdrm_intel) >= 2.4.24
%endif
%if "%{_with_emulator}" == "1"
-ExclusiveArch:
+ExcludeArch: %{ix86} i586 i686 x86_64
%endif
%description