From 099972012fc989b99dac4fe1f67931290e718667 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Fri, 19 Apr 2024 22:47:37 -0500 Subject: [PATCH] Version bump to 1.21.11 Signed-off-by: Jason Rothstein --- gitea.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gitea.spec b/gitea.spec index 71c4426..3153e05 100644 --- a/gitea.spec +++ b/gitea.spec @@ -10,7 +10,7 @@ ExclusiveArch: %{go_arches} %endif Name: gitea -Version: 1.21.10 +Version: 1.21.11 Release: 1%{?dist} Summary: Gitea: Git with a cup of tea @@ -40,7 +40,8 @@ LDFLAGS="" export LDFLAGS make \ - TAGS="bindata pam sqlite sqlite_unlock_notify"\ + TAGS="bindata pam sqlite sqlite_unlock_notify" \ + GITEA_VERSION="%{version}-%{release}" \ build sed -i \ @@ -93,6 +94,9 @@ fi %changelog +* Fri Apr 19 2024 Jason Rothstein +- version bump to 1.21.11 + * Tue Mar 26 2024 Jason Rothstein - version bump to 1.21.10