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