Compare commits
7 Commits
v12
...
5a3e99581d
| Author | SHA1 | Date | |
|---|---|---|---|
|
5a3e99581d
|
|||
|
38fab7ddcd
|
|||
|
98a9342d55
|
|||
|
1142f2ffca
|
|||
|
fac1e47dd6
|
|||
|
58d2f3502c
|
|||
|
9dadd5307d
|
27
forgejo.spec
27
forgejo.spec
@@ -5,15 +5,18 @@ ExclusiveArch: %{go_arches}
|
|||||||
%if 0%{?el9}
|
%if 0%{?el9}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fc41}
|
%if 0%{?el10}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fc42}
|
%if 0%{?fc42}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?fc43}
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: forgejo
|
Name: forgejo
|
||||||
Version: 12.0.4
|
Version: 14.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Beyond coding. We forge.
|
Summary: Beyond coding. We forge.
|
||||||
|
|
||||||
@@ -22,7 +25,7 @@ URL: https://forgejo.org/
|
|||||||
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
Source0: https://codeberg.org/%{name}/%{name}/releases/download/v%{version}/%{name}-src-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: golang >= 1.24
|
BuildRequires: golang >= 1.25.6
|
||||||
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
|
||||||
@@ -94,17 +97,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 20 2025 Jason Rothstein
|
* Tue Feb 03 2026 Jason Rothstein
|
||||||
- 12.0.4
|
- 14.0.2
|
||||||
|
|
||||||
* Tue Sep 09 2025 Jason Rothstein
|
* Tue Feb 03 2026 Jason Rothstein
|
||||||
- 12.0.3
|
- 14.0.1
|
||||||
|
|
||||||
* Sat Sep 07 2025 Jason Rothstein
|
* Sun Feb 01 2026 Jason Rothstein
|
||||||
- 12.0.2
|
- 14.0.0
|
||||||
|
- golang >= 1.25.6
|
||||||
|
|
||||||
* Sat Aug 02 2025 Jason Rothstein
|
|
||||||
- 12.0.1
|
|
||||||
|
|
||||||
* Fri Aug 01 2025 Jason Rothstein
|
|
||||||
- 12.0.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user