From a9a69a7b3c82ece263bb949a53dbe21298ed8d9a Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Fri, 5 Sep 2025 10:38:10 +0800 Subject: [PATCH] Disable check in the loongarch64 --- golang-github-rcrowley-metrics.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/golang-github-rcrowley-metrics.spec b/golang-github-rcrowley-metrics.spec index 4284f8f..9fe2475 100644 --- a/golang-github-rcrowley-metrics.spec +++ b/golang-github-rcrowley-metrics.spec @@ -1,4 +1,4 @@ -%ifnarch s390x aarch64 ppc64le +%ifnarch s390x aarch64 ppc64le loongarch64 %bcond_without check %endif @@ -17,7 +17,7 @@ Go port of coda hale's metrics library.} Name: %{goname} Version: 0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Go port of coda hale's metrics library License: BSD @@ -60,6 +60,10 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Fri Sep 05 2025 Huang Yang - 0-3.gitcf1acfc +- [Type] bugfix +- [DESC] Disable check in the loongarch64 + * Mon Jun 09 2025 bbrucezhang - 0-2.gitcf1acfc - Rebuilt for loongarch64 -- Gitee