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