1 Commits
v11 ... v7

Author SHA1 Message Date
86c71fa224 7.0.14
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2025-03-22 21:37:57 -05:00

View File

@@ -5,15 +5,15 @@ ExclusiveArch: %{go_arches}
%if 0%{?el9}
%global debug_package %{nil}
%endif
%if 0%{?fc41}
%if 0%{?fc40}
%global debug_package %{nil}
%endif
%if 0%{?fc42}
%if 0%{?fc41}
%global debug_package %{nil}
%endif
Name: forgejo
Version: 11.0.3
Version: 7.0.14
Release: 1%{?dist}
Summary: Beyond coding. We forge.
@@ -22,7 +22,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.23.6
BuildRequires: pam-devel
Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/useradd
@@ -81,11 +81,9 @@ fi
%files
%license LICENSE
%doc CODEOWNERS
%doc CONTRIBUTING.md
%doc DCO
%doc MAINTAINERS
%doc README.md
%doc RELEASE-NOTES.md
%attr(0700, forgejo, forgejo) %dir /var/lib/forgejo
%attr(0700, forgejo, forgejo) %dir /var/log/forgejo
%{_bindir}/%{name}
@@ -94,16 +92,48 @@ fi
%changelog
* Fri Aug 01 2025 Jason Rothstein
- 11.0.3
* Thu Mar 20 2025 Jason Rothstein
- 7.0.14
* Tue Jul 14 2025 Jason Rothstein
- 11.0.2
* Sun Mar 02 2025 Jason Rothstein
- 7.0.13
* Sun May 11 2025 Jason Rothstein
- 11.0.1
* Fri Feb 21 2025 Jason Rothstein
- 7.0.12
* Sat Feb 15 2025 Jason Rothstein
- 7.0.11
* Fri Feb 08 2025 Jason Rothstein
- 7.0.10
* Fri Feb 07 2025 Jason Rothstein
- 7.0.9
* Tue Feb 04 2025 Jason Rothstein
- 7.0.8
* Sun Feb 02 2025 Jason Rothstein
- 7.0.7
* Sat Feb 01 2025 Jason Rothstein
- 7.0.6
* Thu Jan 30 2025 Jason Rothstein
- 7.0.5
* Wed Jan 29 2025 Jason Rothstein
- 7.0.4
* Mon Jan 27 2025 Jason Rothstein
- 7.0.3
* Sun Jan 26 2025 Jason Rothstein
- 7.0.2
* Sun Jan 26 2025 Jason Rothstein
- 7.0.1
* Thu Dec 05 2024 Jason Rothstein
- Initial Version
* Sun Apr 27 2025 Jason Rothstein
- 11.0.0
- goland >= 1.24
- debug packages won't be built