Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-02-07 17:29:22 -06:00
parent 494f410c61
commit ccd36e53b3

View File

@@ -8,9 +8,6 @@ ExclusiveArch: %{go_arches}
%if 0%{?el10}
%global debug_package %{nil}
%endif
%if 0%{?fc41}
%global debug_package %{nil}
%endif
%if 0%{?fc42}
%global debug_package %{nil}
%endif
@@ -19,7 +16,7 @@ ExclusiveArch: %{go_arches}
%endif
Name: gitea
Version: 1.25.0
Version: 1.25.1
Release: 1%{?dist}
Summary: Gitea: Git with a cup of tea
@@ -28,7 +25,7 @@ URL: https://gitea.io/en-us/
Source0: https://github.com/go-gitea/gitea/releases/download/v%{version}/gitea-src-%{version}.tar.gz
BuildRequires: git
BuildRequires: golang >= 1.24.0
BuildRequires: golang >= 1.25.0
BuildRequires: pam-devel
Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/useradd
@@ -101,6 +98,12 @@ fi
%changelog
* Sun Feb 01 2026 Jason Rothstein
- golang >= 1.25.0
* Sat Nov 08 2025 Jason Rothstein
- version bump to 1.25.1
* Sat Nov 08 2025 Jason Rothstein
- version bump to 1.25.0