From 04fc4673fdea1abcaaaa66f4dee58d179474cf14 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Tue, 4 Feb 2020 10:58:23 +0900 Subject: [PATCH] packaging: do not create for %ix86. This is temporary commit for application build check with previous libbfd. Change-Id: I0ab52427ac0456ed03713f1b6da8c8ab3dae325e Signed-off-by: Dongkyun Son --- packaging/swap-probe.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packaging/swap-probe.spec b/packaging/swap-probe.spec index 23bc197..f851fa1 100644 --- a/packaging/swap-probe.spec +++ b/packaging/swap-probe.spec @@ -19,12 +19,7 @@ Source: %{name}_%{version}.tar.gz # unsupport arch -%if %{with emulator} -ExcludeArch: x86_64 -%else ExcludeArch: %{ix86} x86_64 -%endif - # common requires -- 2.7.4