From 5cf22f22536fc5beed0d838621f6b8832cc4dbae2a9b7ff78861fed73eb0c927 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Mon, 22 Mar 2021 14:19:24 +0000 Subject: [PATCH] Accepting request 880004 from home:dfaggioli:Virtualization - Since we're building with libkrun support, let's enable only the arch-es for which we do have libkrun OBS-URL: https://build.opensuse.org/request/show/880004 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/crun?expand=0&rev=2 --- crun.changes | 6 ++++++ crun.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/crun.changes b/crun.changes index 350c6fe..b682afc 100644 --- a/crun.changes +++ b/crun.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 19 02:18:44 UTC 2021 - Dario Faggioli + +- Since we're building with libkrun support, let's enable only the + arch-es for which we do have libkrun + ------------------------------------------------------------------- Sat Mar 13 01:12:19 UTC 2021 - Dario Faggioli diff --git a/crun.spec b/crun.spec index 137498d..1a65e54 100644 --- a/crun.spec +++ b/crun.spec @@ -22,6 +22,7 @@ Release: 0 Source0: https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.gz License: GPL-2.0-or-later URL: https://github.com/containers/crun +ExclusiveArch: x86_64 aarch64 # We always run autogen.sh BuildRequires: autoconf BuildRequires: automake