From 1e8b1f375e1eeba560df17ec52a1b68f656e4b74 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 12 Jun 2025 09:50:33 +0800 Subject: [PATCH] [Bug] runtime error on loongarch64 rebuild with go 1.24.0 for loongarch64 project: TC2024110201 --- container-selinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 2ef8699..3215efe 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global debug_package %{nil} %global selinux_type targeted @@ -107,6 +107,9 @@ fi %doc CODE-OF-CONDUCT.md README.md SECURITY.md %changelog +* Thu Jun 12 2025 Wenlong Zhang - 2:2.210.0-1 +- rebuild whith go 1.24.0 for loongarch64 + * Mon Apr 10 2023 yuanhui - 2.210.0-1 - Optimize the spec file - Update to v2.210.0 -- Gitee