diff --git a/golang-github-cloudflare-circl.spec b/golang-github-cloudflare-circl.spec index 507a153222247c84ff56e8b5a2b1a22f49687111..a18de54b2aadfd8e0b9a890903f7b2ea5f263d3b 100644 --- a/golang-github-cloudflare-circl.spec +++ b/golang-github-cloudflare-circl.spec @@ -1,4 +1,6 @@ +%ifnarch aarch64 loongarch64 %bcond_without check +%endif %global debug_package %{nil} %global goipath github.com/cloudflare/circl @@ -13,7 +15,7 @@ CIRCL: Cloudflare Interoperable Reusable Cryptographic Library.} %global godocs README.md Name: %{goname} -Release: 2%{?dist} +Release: 3%{?dist} Summary: CIRCL: Cloudflare Interoperable Reusable Cryptographic Library License: BSD-3-Clause @@ -50,6 +52,10 @@ mv ecc/p384/LICENSE ecc-p384-LICENSE %gopkgfiles %changelog +* Fri Sep 12 2025 Huang Yang - 1.3.1-3 +- [Type] bugfix +- [DESC] Disable check in the aarch64 and loongarch64 + * Sat Jun 07 2025 bbrucezhang - 1.3.1-2 - Rebuilt for loongarch64