From 0f6bcf0c3af3988d560ac3baef2c4ea395649ac4 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Mon, 9 Jun 2025 20:10:58 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- golang-github-rcrowley-metrics.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/golang-github-rcrowley-metrics.spec b/golang-github-rcrowley-metrics.spec index ea12108..4284f8f 100644 --- a/golang-github-rcrowley-metrics.spec +++ b/golang-github-rcrowley-metrics.spec @@ -17,7 +17,7 @@ Go port of coda hale's metrics library.} Name: %{goname} Version: 0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Go port of coda hale's metrics library License: BSD @@ -60,5 +60,8 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Mon Jun 09 2025 bbrucezhang - 0-2.gitcf1acfc +- Rebuilt for loongarch64 + * Tue Sep 03 2024 OpenCloudOS Release Engineering - 0-1 - initial build -- Gitee