diff --git a/forgejo.spec b/forgejo.spec index 6031c9d..50ee3fb 100644 --- a/forgejo.spec +++ b/forgejo.spec @@ -5,12 +5,18 @@ ExclusiveArch: %{go_arches} %if 0%{?el9} %global debug_package %{nil} %endif +%if 0%{?el10} +%global debug_package %{nil} +%endif %if 0%{?fc41} %global debug_package %{nil} %endif %if 0%{?fc42} %global debug_package %{nil} %endif +%if 0%{?fc43} +%global debug_package %{nil} +%endif Name: forgejo Version: 11.0.7 @@ -22,7 +28,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 BuildRequires: pam-devel Requires(pre): /usr/bin/getent Requires(pre): /usr/sbin/useradd @@ -94,6 +100,10 @@ fi %changelog +* Tue Nov 25 2025 Jason Rothstein +- 11.0.7 +- golang >= 1.25 + * Wed Oct 29 2025 Jason Rothstein - 11.0.6