Compare commits

4 Commits

Author SHA1 Message Date
eadd22f317 11.0.7
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-10-30 21:33:27 -05:00
dfed526137 11.0.6
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-10-29 21:18:11 -05:00
3a27c9e8fa 11.0.5
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-10-27 19:10:18 -05:00
6fcecc988b 11.0.4 2025-10-25 20:38:31 -05:00

View File

@@ -5,18 +5,15 @@ ExclusiveArch: %{go_arches}
%if 0%{?el9} %if 0%{?el9}
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%if 0%{?el10} %if 0%{?fc41}
%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: 14.0.2 Version: 11.0.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Beyond coding. We forge. Summary: Beyond coding. We forge.
@@ -25,7 +22,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.25.6 BuildRequires: golang >= 1.24
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
@@ -97,13 +94,28 @@ fi
%changelog %changelog
* Tue Feb 03 2026 Jason Rothstein * Wed Oct 29 2025 Jason Rothstein
- 14.0.2 - 11.0.6
* Tue Feb 03 2026 Jason Rothstein * Mon Oct 27 2025 Jason Rothstein
- 14.0.1 - 11.0.6
* Sun Feb 01 2026 Jason Rothstein * Sat Oct 25 2025 Jason Rothstein
- 14.0.0 - 11.0.5
- golang >= 1.25.6
* Thu Oct 23 2025 Jason Rothstein
- 11.0.4
* Fri Aug 01 2025 Jason Rothstein
- 11.0.3
* Tue Jul 14 2025 Jason Rothstein
- 11.0.2
* Sun May 11 2025 Jason Rothstein
- 11.0.1
* Sun Apr 27 2025 Jason Rothstein
- 11.0.0
- goland >= 1.24
- debug packages won't be built