21
forgejo.spec
21
forgejo.spec
@@ -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: forgejo
|
||||
Version: 13.0.3
|
||||
Version: 14.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Beyond coding. We forge.
|
||||
|
||||
@@ -28,7 +25,7 @@ URL: https://forgejo.org/
|
||||
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: golang >= 1.24
|
||||
BuildRequires: golang >= 1.25.6
|
||||
BuildRequires: pam-devel
|
||||
Requires(pre): /usr/bin/getent
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@@ -100,15 +97,7 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 24 2025 Jason Rothstein
|
||||
- 13.0.3
|
||||
|
||||
* Thu Oct 30 2025 Jason Rothstein
|
||||
- 13.0.2
|
||||
|
||||
* Thu Oct 23 2025 Jason Rothstein
|
||||
- 13.0.1
|
||||
|
||||
* Wed Oct 22 2025 Jason Rothstein
|
||||
- 13.0.0
|
||||
* Sun Feb 01 2006 Jason Rothstein
|
||||
- 14.0.0
|
||||
- golang >= 1.25.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user