Drop OS Versions that lack golang >= 1.22
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
		| @@ -1,12 +1,15 @@ | |||||||
| ExclusiveArch:  %{go_arches} | ExclusiveArch:  %{go_arches} | ||||||
| %if 0%{?el8} | %if 0%{?el8} | ||||||
| %global debug_package %{nil} | %global debug_package %{nil} | ||||||
|  | # | ||||||
|  | # Added for CentOS Stream 8, Alma, Oracle, Rocky lack the golang version? | ||||||
|  | # | ||||||
| %endif | %endif | ||||||
| %if 0%{?el9} | %if 0%{?el9} | ||||||
| %global debug_package %{nil} | %global debug_package %{nil} | ||||||
| %endif | # | ||||||
| %if 0%{?fc39} | # Added for CentOS Stream 9, Alma, Oracle, Rocky lack the golang version? | ||||||
| %global debug_package %{nil} | # | ||||||
| %endif | %endif | ||||||
| %if 0%{?fc40} | %if 0%{?fc40} | ||||||
| %global debug_package %{nil} | %global debug_package %{nil} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user