Drop OS Versions that lack golang >= 1.22

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-07-08 00:50:10 -05:00
parent deae34820c
commit e7c28ef0ac

View File

@ -1,12 +1,15 @@
ExclusiveArch: %{go_arches}
%if 0%{?el8}
%global debug_package %{nil}
#
# Added for CentOS Stream 8, Alma, Oracle, Rocky lack the golang version?
#
%endif
%if 0%{?el9}
%global debug_package %{nil}
%endif
%if 0%{?fc39}
%global debug_package %{nil}
#
# Added for CentOS Stream 9, Alma, Oracle, Rocky lack the golang version?
#
%endif
%if 0%{?fc40}
%global debug_package %{nil}