From 56423aaa058acff525fe93d614edc54f3821fd69 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Mon, 20 Dec 2021 12:55:23 +0900 Subject: [PATCH] spec: add "ExclusiveArch: %{ix86} x86_64" Change-Id: I798d08acb49b2b4d89f8e7e3319b5d17f9ceebe5 --- packaging/hal-backend-device-emulator.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/hal-backend-device-emulator.spec b/packaging/hal-backend-device-emulator.spec index da45f13..2972919 100644 --- a/packaging/hal-backend-device-emulator.spec +++ b/packaging/hal-backend-device-emulator.spec @@ -6,6 +6,7 @@ Group: SDK/Other License: Apache-2.0 Source0: %{name}-%{version}.tar.gz Source1: %{name}.manifest +ExclusiveArch: %{ix86} x86_64 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake -- 2.34.1