3 Commits

Author SHA1 Message Date
842e22cca6 Actually 15.0.1
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-04-30 12:59:58 -05:00
940b240999 15.0.1
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-04-30 09:04:27 -05:00
3c9ae1c632 15.0.0
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-04-25 21:37:17 -05:00

View File

@@ -1,7 +1,4 @@
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
@@ -14,9 +11,12 @@ ExclusiveArch: %{go_arches}
%if 0%{?fc43} %if 0%{?fc43}
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%if 0%{?fc44}
%global debug_package %{nil}
%endif
Name: forgejo Name: forgejo
Version: 14.0.4 Version: 15.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Beyond coding. We forge. Summary: Beyond coding. We forge.
@@ -25,7 +25,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.9 BuildRequires: golang >= 1.26.2
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,6 +82,7 @@ then
service forgejo condrestart service forgejo condrestart
fi fi
%files %files
%license LICENSE %license LICENSE
%doc CODEOWNERS %doc CODEOWNERS
@@ -97,20 +98,12 @@ fi
%changelog %changelog
* Sat Apr 11 2026 Jason Rothstein * Thu Apr 30 2026 Jason Rothstein
- 14.0.4 - 15.0.1
- golang >= 1.25.9 - Add Fedora 44
- Drop EL8
* Mon Mar 30 2026 Jason Rothstein * Sat Apr 25 2026 Jason Rothstein
- 14.0.3 - 15.0.0
- golang >= 1.26.2
* Tue Feb 03 2026 Jason Rothstein
- 14.0.2
* Tue Feb 03 2026 Jason Rothstein
- 14.0.1
* Sun Feb 01 2026 Jason Rothstein
- 14.0.0
- golang >= 1.25.6