2 Commits

Author SHA1 Message Date
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

@@ -1,22 +1,19 @@
ExclusiveArch: %{go_arches} ExclusiveArch: %{go_arches}
%if 0%{?el8}
%global debug_package %{nil}
%endif
%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
%if 0%{?fc44}
%global debug_package %{nil}
%endif
Name: forgejo Name: forgejo
Version: 15.0.1 Version: 11.0.5
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.26.2 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
@@ -82,7 +79,6 @@ then
service forgejo condrestart service forgejo condrestart
fi fi
%files %files
%license LICENSE %license LICENSE
%doc CODEOWNERS %doc CODEOWNERS
@@ -98,12 +94,22 @@ fi
%changelog %changelog
* Thu Apr 30 2026 Jason Rothstein * Sat Oct 25 2025 Jason Rothstein
- 15.0.1 - 11.0.5
- Add Fedora 44
- Drop EL8
* Sat Apr 25 2026 Jason Rothstein * Thu Oct 23 2025 Jason Rothstein
- 15.0.0 - 11.0.4
- golang >= 1.26.2
* 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