Compare commits
12 Commits
v12
...
842e22cca6
| Author | SHA1 | Date | |
|---|---|---|---|
|
842e22cca6
|
|||
|
940b240999
|
|||
|
3c9ae1c632
|
|||
|
d2221fcc16
|
|||
|
034ecd0c45
|
|||
|
5a3e99581d
|
|||
|
38fab7ddcd
|
|||
|
98a9342d55
|
|||
|
1142f2ffca
|
|||
|
fac1e47dd6
|
|||
|
58d2f3502c
|
|||
|
9dadd5307d
|
35
forgejo.spec
35
forgejo.spec
@@ -1,19 +1,22 @@
|
||||
ExclusiveArch: %{go_arches}
|
||||
%if 0%{?el8}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?el9}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc41}
|
||||
%if 0%{?el10}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc42}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc43}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
%if 0%{?fc44}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
Name: forgejo
|
||||
Version: 12.0.4
|
||||
Version: 15.0.1
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: golang >= 1.24
|
||||
BuildRequires: golang >= 1.26.2
|
||||
BuildRequires: pam-devel
|
||||
Requires(pre): /usr/bin/getent
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
@@ -79,6 +82,7 @@ then
|
||||
service forgejo condrestart
|
||||
fi
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc CODEOWNERS
|
||||
@@ -94,17 +98,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2025 Jason Rothstein
|
||||
- 12.0.4
|
||||
* Thu Apr 30 2026 Jason Rothstein
|
||||
- 15.0.1
|
||||
- Add Fedora 44
|
||||
- Drop EL8
|
||||
|
||||
* Tue Sep 09 2025 Jason Rothstein
|
||||
- 12.0.3
|
||||
* Sat Apr 25 2026 Jason Rothstein
|
||||
- 15.0.0
|
||||
- golang >= 1.26.2
|
||||
|
||||
* Sat Sep 07 2025 Jason Rothstein
|
||||
- 12.0.2
|
||||
|
||||
* 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