Compare commits

..

1 Commits
v10 ... main

Author SHA1 Message Date
e1f11e569e
Correct minimum golang version
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-04-29 21:07:55 -05:00

View File

@ -5,16 +5,16 @@ ExclusiveArch: %{go_arches}
%if 0%{?el9} %if 0%{?el9}
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%if 0%{?fc40} %if 0%{?fc41}
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%if 0%{?fc41} %if 0%{?fc42}
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
Name: forgejo Name: forgejo
Version: 10.0.3 Version: 11.0.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Beyond coding. We forge. Summary: Beyond coding. We forge.
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -22,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 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
@ -81,7 +81,6 @@ fi
%files %files
%license LICENSE %license LICENSE
%doc DCO
%doc CODEOWNERS %doc CODEOWNERS
%doc CONTRIBUTING.md %doc CONTRIBUTING.md
%doc DCO %doc DCO
@ -95,15 +94,7 @@ fi
%changelog %changelog
* Sun Apr 06 2025 Jason Rothstein * Sun Apr 27 2025 Jason Rothstein
- 10.0.3 - 11.0.0
- goland >= 1.24
* Sat Mar 22 2025 Jason Rothstein - debug packages won't be built
- 10.0.2
* Sun Mar 09 2025 Jason Rothstein
- 10.0.1
* Sat Mar 08 2025 Jason Rothstein
- 10.0.0