From aff34a2a4dfc51cf350c90d3ffe60dad9c1d8057df53c8fd75750bbbb24aeef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 20 Apr 2022 11:55:42 +0000 Subject: [PATCH] - Use ExclusiveArch. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=27 --- mold.changes | 1 + mold.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/mold.changes b/mold.changes index 374ba20..7b11beb 100644 --- a/mold.changes +++ b/mold.changes @@ -3,6 +3,7 @@ Wed Apr 20 06:50:40 UTC 2022 - Martin Liška - Run test serially. - Install some packages in order to increase test coverage. +- Use ExclusiveArch. ------------------------------------------------------------------- Tue Apr 19 06:43:50 UTC 2022 - Martin Liška diff --git a/mold.spec b/mold.spec index f36cfef..d9a585e 100644 --- a/mold.spec +++ b/mold.spec @@ -24,6 +24,7 @@ License: AGPL-3.0-or-later URL: https://github.com/rui314/mold Source: https://github.com/rui314/mold/archive/v%{version}/mold-%{version}.tar.gz Patch0: fix-gdb-index.patch +ExclusiveArch: x86_64 aarch64 riscv64 BuildRequires: cmake %if %{suse_version} < 1550 BuildRequires: gcc10-c++