Require golang >= 1.22 and block debug packages

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-07-08 00:46:51 -05:00
parent 0b004caca6
commit deae34820c

View File

@ -5,10 +5,13 @@ ExclusiveArch: %{go_arches}
%if 0%{?el9}
%global debug_package %{nil}
%endif
%if 0%{?fc38}
%if 0%{?fc39}
%global debug_package %{nil}
%endif
%if 0%{?fc39}
%if 0%{?fc40}
%global debug_package %{nil}
%endif
%if 0%{?fc41}
%global debug_package %{nil}
%endif