From 5f1cd0414dd36a2a65882df3d01fbd3033cafa08 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Thu, 13 Feb 2020 16:16:03 +0900 Subject: [PATCH] Revert "packaging: do not create for %ix86." This reverts commit 04fc4673fdea1abcaaaa66f4dee58d179474cf14. Change-Id: I307e6454429abaeb95c1d27726d39555d6249c48 --- packaging/swap-probe.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/swap-probe.spec b/packaging/swap-probe.spec index f851fa1..23bc197 100644 --- a/packaging/swap-probe.spec +++ b/packaging/swap-probe.spec @@ -19,7 +19,12 @@ Source: %{name}_%{version}.tar.gz # unsupport arch +%if %{with emulator} +ExcludeArch: x86_64 +%else ExcludeArch: %{ix86} x86_64 +%endif + # common requires -- 2.7.4