diff --git a/forgejo.spec b/forgejo.spec index d90244d..0bdf609 100644 --- a/forgejo.spec +++ b/forgejo.spec @@ -1,7 +1,4 @@ ExclusiveArch: %{go_arches} -%if 0%{?el8} -%global debug_package %{nil} -%endif %if 0%{?el9} %global debug_package %{nil} %endif @@ -14,9 +11,12 @@ ExclusiveArch: %{go_arches} %if 0%{?fc43} %global debug_package %{nil} %endif +%if 0%{?fc44} +%global debug_package %{nil} +%endif Name: forgejo -Version: 14.0.4 +Version: 14.0.5 Release: 1%{?dist} Summary: Beyond coding. We forge. @@ -97,6 +97,11 @@ fi %changelog +* Wed Apr 29 2026 Jason Rothstein +- 14.0.5 +- Drop EL8 +- Add Fedora 44 + * Sat Apr 11 2026 Jason Rothstein - 14.0.4 - golang >= 1.25.9