From b35f1a396f1a4b6f39690c24a77ef14901e80841 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Fri, 22 May 2026 22:22:46 -0500 Subject: [PATCH] 1.26.2 Signed-off-by: Jason Rothstein --- gitea.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gitea.spec b/gitea.spec index 521989c..2b52326 100644 --- a/gitea.spec +++ b/gitea.spec @@ -5,8 +5,8 @@ ExclusiveArch: %{go_arches} %endif Name: gitea -Version: 1.26.1 -Release: 5%{?dist} +Version: 1.26.2 +Release: 1%{?dist} Summary: Gitea: Git with a cup of tea License: MIT @@ -94,6 +94,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/gitea.conf %changelog +* Fri May 22 2026 Jason Rothstein +- 1.26.2 + * Sun May 10 2026 Jason Rothstein - More best practice applied