Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-04-30 09:04:27 -05:00
parent 3c9ae1c632
commit 940b240999

View File

@@ -1,7 +1,4 @@
ExclusiveArch: %{go_arches}
%if 0%{?el8}
%global debug_package %{nil}
%endif
%if 0%{?el9}
%global debug_package %{nil}
%endif
@@ -14,6 +11,9 @@ ExclusiveArch: %{go_arches}
%if 0%{?fc43}
%global debug_package %{nil}
%endif
%if 0%{?fc44}
%global debug_package %{nil}
%endif
Name: forgejo
Version: 15.0.0
@@ -82,6 +82,7 @@ then
service forgejo condrestart
fi
%files
%license LICENSE
%doc CODEOWNERS
@@ -97,6 +98,11 @@ fi
%changelog
* Thu Apr 30 2026 Jason Rothstein
- 15.0.1
- Add Fedora 44
- Drop EL8
* Sat Apr 25 2026 Jason Rothstein
- 15.0.0
- golang >= 1.26.2