diff options
author | SooChan Lim <sc1.lim@samsung.com> | 2019-05-03 08:52:26 +0900 |
---|---|---|
committer | SooChan Lim <sc1.lim@samsung.com> | 2019-05-03 08:52:52 +0900 |
commit | 12b9de695d2ca9912c569e11374d3ac0a72d52f6 (patch) | |
tree | e15603e6d31178d5b46f10f7c01da64505d20e75 | |
parent | 149bc610e755c46e5a4b6f3780fa64340e385627 (diff) | |
download | mesa-12b9de695d2ca9912c569e11374d3ac0a72d52f6.tar.gz mesa-12b9de695d2ca9912c569e11374d3ac0a72d52f6.tar.bz2 mesa-12b9de695d2ca9912c569e11374d3ac0a72d52f6.zip |
Revert "spec: exclude i586 i686 x86_64"submit/tizen/20190503.004149accepted/tizen/unified/20190503.075103
This reverts commit 334818ff041994b8af28ad2018e22755de0fd7a4.
Change-Id: Ic44b22f021c04bbadebad3029f094616e9900a02
-rw-r--r-- | packaging/mesa.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index 84e107f5345..c56924c2367 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" -ExcludeArch: %{ix86} i586 i686 x86_64 +ExclusiveArch: %endif %description |