diff --git a/kata-containers.spec b/kata-containers.spec index f20a69e96a4df0139bffc2b1f8fd99c7753daca9..664fcd5af46b4f67f6fea374d5546a4ce81c0e2e 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 %description %{common_description} @@ -388,6 +388,9 @@ fi %changelog +* Mon Jan 20 2025 mgb01105731 - 3.2.0-3 +- delete arch limit + * Mon Dec 18 2023 Wenlong Zhang - 3.2.0-2 - add loongarch64 support for kata-containers