From 494f410c6129518a218126663c11c28b423e7267 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 8 Nov 2025 21:11:40 -0600 Subject: [PATCH] 1.25.0 --- gitea.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gitea.spec b/gitea.spec index ca55770..903152c 100644 --- a/gitea.spec +++ b/gitea.spec @@ -5,15 +5,21 @@ ExclusiveArch: %{go_arches} %if 0%{?el9} %global debug_package %{nil} %endif +%if 0%{?el10} +%global debug_package %{nil} +%endif %if 0%{?fc41} %global debug_package %{nil} %endif %if 0%{?fc42} %global debug_package %{nil} %endif +%if 0%{?fc43} +%global debug_package %{nil} +%endif Name: gitea -Version: 1.24.6 +Version: 1.25.0 Release: 1%{?dist} Summary: Gitea: Git with a cup of tea @@ -95,6 +101,9 @@ fi %changelog +* Sat Nov 08 2025 Jason Rothstein +- version bump to 1.25.0 + * Tue Oct 14 2025 Jason Rothstein - version bump to 1.24.6