From d093dfad9a11697ab319460aba5fb1c07f86ff16 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Wed, 16 Oct 2024 18:35:01 -0500 Subject: [PATCH] Version bump to 1.22.3 Signed-off-by: Jason Rothstein --- gitea.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gitea.spec b/gitea.spec index 5cd7f75..76b78e7 100644 --- a/gitea.spec +++ b/gitea.spec @@ -11,6 +11,9 @@ ExclusiveArch: %{go_arches} # Added for CentOS Stream 9, Alma, Oracle, Rocky lack the golang version? # %endif +%if 0%{?fc39} +%global debug_package %{nil} +%endif %if 0%{?fc40} %global debug_package %{nil} %endif @@ -19,7 +22,7 @@ ExclusiveArch: %{go_arches} %endif Name: gitea -Version: 1.22.2 +Version: 1.22.3 Release: 1%{?dist} Summary: Gitea: Git with a cup of tea @@ -102,6 +105,9 @@ fi %changelog +* Thu Oct 03 2024 Jason Rothstein +- version bump to 1.22.3 + * Thu Oct 03 2024 Jason Rothstein - version bump to 1.22.2