Compare commits
12 Commits
v11
...
5a3e99581d
| Author | SHA1 | Date | |
|---|---|---|---|
|
5a3e99581d
|
|||
|
38fab7ddcd
|
|||
|
98a9342d55
|
|||
|
1142f2ffca
|
|||
|
fac1e47dd6
|
|||
|
58d2f3502c
|
|||
|
9dadd5307d
|
|||
|
437f8775ad
|
|||
|
026160d4da
|
|||
|
1753ef44b9
|
|||
|
124988db9b
|
|||
|
f70072db54
|
26
forgejo.spec
26
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: 11.0.3
|
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,16 +97,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 01 2025 Jason Rothstein
|
* Tue Feb 03 2026 Jason Rothstein
|
||||||
- 11.0.3
|
- 14.0.2
|
||||||
|
|
||||||
* Tue Jul 14 2025 Jason Rothstein
|
* Tue Feb 03 2026 Jason Rothstein
|
||||||
- 11.0.2
|
- 14.0.1
|
||||||
|
|
||||||
* Sun May 11 2025 Jason Rothstein
|
* Sun Feb 01 2026 Jason Rothstein
|
||||||
- 11.0.1
|
- 14.0.0
|
||||||
|
- golang >= 1.25.6
|
||||||
|
|
||||||
* Sun Apr 27 2025 Jason Rothstein
|
|
||||||
- 11.0.0
|
|
||||||
- goland >= 1.24
|
|
||||||
- debug packages won't be built
|
|
||||||
|
|||||||
Reference in New Issue
Block a user