diff --git a/golang-honnef-tools.spec b/golang-honnef-tools.spec index c49f725..db43dc9 100644 --- a/golang-honnef-tools.spec +++ b/golang-honnef-tools.spec @@ -1,5 +1,9 @@ # Generated by go2rpm +%ifnarch riscv64 %bcond_without check +%else +%bcond_with check +%endif # https://github.com/dominikh/go-tools %global goipath honnef.co/go/tools @@ -17,7 +21,7 @@ Go code, including linters and static analysis, most prominently staticcheck.} %global godocs README.md Name: %{goname} -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: Collection of static analysis tools for working with Go code # Upstream license specification: BSD-3-Clause and MIT @@ -78,6 +82,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %gopkgfiles %changelog +* Wed Aug 17 2022 David Abdurachmanov - 2019.2.3-2.0.riscv64 +- Disable tests on riscv64 + * Mon Jul 27 2020 Fedora Release Engineering - 2019.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild