Compare commits
2 Commits
3c9ae1c632
...
842e22cca6
| Author | SHA1 | Date | |
|---|---|---|---|
|
842e22cca6
|
|||
|
940b240999
|
14
forgejo.spec
14
forgejo.spec
@@ -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: 15.0.0
|
Version: 15.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Beyond coding. We forge.
|
Summary: Beyond coding. We forge.
|
||||||
|
|
||||||
@@ -82,6 +82,7 @@ then
|
|||||||
service forgejo condrestart
|
service forgejo condrestart
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CODEOWNERS
|
%doc CODEOWNERS
|
||||||
@@ -97,6 +98,11 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 30 2026 Jason Rothstein
|
||||||
|
- 15.0.1
|
||||||
|
- Add Fedora 44
|
||||||
|
- Drop EL8
|
||||||
|
|
||||||
* Sat Apr 25 2026 Jason Rothstein
|
* Sat Apr 25 2026 Jason Rothstein
|
||||||
- 15.0.0
|
- 15.0.0
|
||||||
- golang >= 1.26.2
|
- golang >= 1.26.2
|
||||||
|
|||||||
Reference in New Issue
Block a user