This commit is contained in:
Jason Rothstein 2025-06-15 22:10:58 -05:00
parent 197397ab78
commit 920291732b
Signed by: jmrothst
GPG Key ID: 741BF3C536829D46

View File

@ -13,7 +13,7 @@ ExclusiveArch: %{go_arches}
%endif %endif
Name: gitea Name: gitea
Version: 1.23.8 Version: 1.24.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea Summary: Gitea: Git with a cup of tea
@ -22,7 +22,7 @@ URL: https://gitea.io/en-us/
Source0: https://github.com/go-gitea/gitea/releases/download/v%{version}/gitea-src-%{version}.tar.gz Source0: https://github.com/go-gitea/gitea/releases/download/v%{version}/gitea-src-%{version}.tar.gz
BuildRequires: git BuildRequires: git
BuildRequires: golang >= 1.23.8 BuildRequires: golang >= 1.24.0
BuildRequires: pam-devel BuildRequires: pam-devel
Requires(pre): /usr/bin/getent Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/useradd
@ -96,6 +96,9 @@ fi
%changelog %changelog
* Sun Jun 15 2025 Jason Rothstein
- version bump to 1.24.0
* Sat May 17 2025 Jason Rothstein * Sat May 17 2025 Jason Rothstein
- version bump to 1.23.8 - version bump to 1.23.8