diff --git a/gitea.spec b/gitea.spec index 9dd3d42..71c4426 100644 --- a/gitea.spec +++ b/gitea.spec @@ -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