From deae34820c2fb5d34e93239756389c1619da229f Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Mon, 8 Jul 2024 00:46:51 -0500 Subject: [PATCH] Require golang >= 1.22 and block debug packages Signed-off-by: Jason Rothstein --- gitea.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gitea.spec b/gitea.spec index 50a162d..7aa102c 100644 --- a/gitea.spec +++ b/gitea.spec @@ -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