Disable gocheck

%gocheck isn't currently provided on CentOS/RHEL
See https://bugzilla.redhat.com/show_bug.cgi?id=1982298

Resolves: rhbz#2013681
This commit is contained in:
Timothée Ravier 2022-01-25 20:03:44 +01:00
parent 0903000112
commit 161f3b9ac3
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Originally generated by go2rpm 1.3
%if 0%{?fedora}
%bcond_without check
%else
# %%gocheck isn't currently provided on CentOS/RHEL
# https://bugzilla.redhat.com/show_bug.cgi?id=1982298
%bcond_with check
%endif
# https://github.com/coreos/butane
%global goipath github.com/coreos/butane