diff --git a/golang-github-rcrowley-metrics.spec b/golang-github-rcrowley-metrics.spec index 4284f8f5c3a020b3dea55e0d0136d34255c76678..9fe24758d8f91d38966417080407a725b92d930e 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