Version bump to 1.21.10

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
Jason Rothstein 2024-03-26 23:41:40 -05:00
parent 6a1c0986b1
commit 2ecc846981

View File

@ -10,7 +10,7 @@ ExclusiveArch: %{go_arches}
%endif
Name: gitea
Version: 1.21.9
Version: 1.21.10
Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea
@ -36,11 +36,11 @@ Requires: git
%build
sed -i -e 's/-s -w //g' Makefile
unset LDFLAGS
LDFLAGS=""
export LDFLAGS
make \
TAGS="bindata pam sqlite sqlite_unlock_notify"\
DRONE_TAG="%{version}-%{release}" \
build
sed -i \
@ -93,6 +93,9 @@ fi
%changelog
* Tue Mar 26 2024 Jason Rothstein
- version bump to 1.21.10
* Tue Mar 26 2024 Jason Rothstein
- version bump to 1.21.9