From e7c28ef0acef46087a8c6304337a3efdf7bd1afb Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 8 Jul 2024 00:50:10 -0500 Subject: [PATCH] Drop OS Versions that lack golang >= 1.22 Signed-off-by: Jason Rothstein --- gitea.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gitea.spec b/gitea.spec index 7aa102c..6db50ef 100644 --- a/gitea.spec +++ b/gitea.spec @@ -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}