Version bump to 1.21.11

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-04-19 22:47:37 -05:00
parent 2ecc846981
commit 099972012f

View File

@ -10,7 +10,7 @@ ExclusiveArch: %{go_arches}
%endif %endif
Name: gitea Name: gitea
Version: 1.21.10 Version: 1.21.11
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea Summary: Gitea: Git with a cup of tea
@ -40,7 +40,8 @@ LDFLAGS=""
export LDFLAGS export LDFLAGS
make \ make \
TAGS="bindata pam sqlite sqlite_unlock_notify"\ TAGS="bindata pam sqlite sqlite_unlock_notify" \
GITEA_VERSION="%{version}-%{release}" \
build build
sed -i \ sed -i \
@ -93,6 +94,9 @@ fi
%changelog %changelog
* Fri Apr 19 2024 Jason Rothstein
- version bump to 1.21.11
* Tue Mar 26 2024 Jason Rothstein * Tue Mar 26 2024 Jason Rothstein
- version bump to 1.21.10 - version bump to 1.21.10