From 92778147edfb5a50feb9553a8b953de343106589 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 20 Jan 2025 14:16:25 +0800 Subject: [PATCH] change ExclusiveArch to x86 loongarch --- kata-containers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kata-containers.spec b/kata-containers.spec index f20a69e..57c386e 100644 --- a/kata-containers.spec +++ b/kata-containers.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 # go-rpm-macros are not available on RHEL. %global have_go_rpm_macros 0 @@ -155,7 +155,7 @@ Conflicts: kata-runtime Conflicts: kata-shim # Currently we only support x86_64, we will add aarch64 support in the future. -ExcludeArch: x86_64 +ExclusiveArch: x86_64 loongarch64 %description %{common_description} @@ -388,6 +388,9 @@ fi %changelog +* Mon Jan 20 2025 mgb01105731 - 3.2.0-3 +- change ExclusiveArch to x86 + * Mon Dec 18 2023 Wenlong Zhang - 3.2.0-2 - add loongarch64 support for kata-containers -- Gitee