From 67e612407a1b24a22cf37755e9dcab4b363e6520 Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Fri, 5 Sep 2025 14:18:35 +0800 Subject: [PATCH] Disable check in the loongarch64 --- golang-github-ncw-swift.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/golang-github-ncw-swift.spec b/golang-github-ncw-swift.spec index 0cee4d6..00a39a4 100644 --- a/golang-github-ncw-swift.spec +++ b/golang-github-ncw-swift.spec @@ -1,4 +1,4 @@ -%ifnarch aarch64 +%ifnarch aarch64 loongarch64 %bcond_without check %endif @@ -15,7 +15,7 @@ Openstack Object Storage / Rackspace cloud files from the Go Language.} %global godocs notes.txt README.md Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Go language interface to swift License: MIT @@ -41,6 +41,10 @@ Source0: %{gosource} %gopkgfiles %changelog +* Fri Sep 05 2025 Huang Yang - 1.0.52-3 +- [Type] bugfix +- [DESC] Disable check in the loongarch64 + * Mon Jun 09 2025 bbrucezhang - 1.0.52-2 - Rebuilt for loongarch64 -- Gitee