Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c2c22d57c2
|
|||
|
e96b8620fc
|
|||
|
01dcfbc32e
|
|||
|
de923e571d
|
|||
|
842e22cca6
|
|||
|
940b240999
|
|||
|
3c9ae1c632
|
|||
|
d2221fcc16
|
|||
|
034ecd0c45
|
|||
|
5a3e99581d
|
|||
|
38fab7ddcd
|
|||
|
98a9342d55
|
|||
|
1142f2ffca
|
|||
|
fac1e47dd6
|
|||
|
58d2f3502c
|
|||
|
9dadd5307d
|
|||
|
437f8775ad
|
|||
|
026160d4da
|
|||
|
1753ef44b9
|
|||
|
124988db9b
|
|||
|
f70072db54
|
+18
-59
@@ -4,7 +4,7 @@ ExclusiveArch: %{go_arches}
|
||||
%endif
|
||||
|
||||
Name: forgejo
|
||||
Version: 11.0.15
|
||||
Version: 15.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Beyond coding. We forge.
|
||||
|
||||
@@ -15,7 +15,7 @@ Source1: forgejo.sysusers
|
||||
|
||||
BuildRequires: git
|
||||
BuildRequires: make
|
||||
BuildRequires: golang >= 1.25.11
|
||||
BuildRequires: golang >= 1.26.4
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%{?sysusers_requires_compat}
|
||||
@@ -65,6 +65,7 @@ install -p -m 0644 forgejo.sysusers %{buildroot}%{_sysusersdir}/forgejo.conf
|
||||
%pre
|
||||
%sysusers_create_compat forgejo.sysusers
|
||||
|
||||
|
||||
%post
|
||||
%systemd_post forgejo.service
|
||||
|
||||
@@ -89,66 +90,24 @@ install -p -m 0644 forgejo.sysusers %{buildroot}%{_sysusersdir}/forgejo.conf
|
||||
%{_sysusersdir}/forgejo.conf
|
||||
%attr(0770, root, forgejo) %dir %{_sysconfdir}/forgejo
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2026 Jason Rothstein
|
||||
- 11.0.15
|
||||
- golang >= 1.25.11
|
||||
* Wed May 20 2026 Jason Rothstein
|
||||
- 15.0.3
|
||||
- golang >= 1.26.4
|
||||
|
||||
* Mon May 18 2026 Jason Rothstein
|
||||
- 11.0.14
|
||||
* Wed May 20 2026 Jason Rothstein
|
||||
- 15.0.2
|
||||
- golang >= 1.26.3
|
||||
|
||||
* Mon May 11 2026 Jason Rothstein
|
||||
- packaging best practices for Fedora 44
|
||||
* Sun May 10 2026 Jason Rothstein
|
||||
- Implement systemd macros and sysusers.d best practices
|
||||
|
||||
* Wed Apr 29 2026 Jason Rothstein
|
||||
- 11.0.13
|
||||
|
||||
* Tue Apr 28 2026 Jason Rothstein
|
||||
* Thu Apr 30 2026 Jason Rothstein
|
||||
- 15.0.1
|
||||
- Add Fedora 44
|
||||
- Drop EL8
|
||||
|
||||
* Mon Apr 27 2026 Jason Rothstein
|
||||
- Add Fedora 44
|
||||
|
||||
* Wed Apr 15 2026 Jason Rothstein
|
||||
- 11.0.12
|
||||
- golang >= 1.25.9
|
||||
|
||||
* Sun Feb 01 2026 Jason Rothstein
|
||||
- 11.0.10
|
||||
- golang >= 1.25.6
|
||||
|
||||
* Sun Feb 01 2026 Jason Rothstein
|
||||
- 11.0.9
|
||||
|
||||
* Wed Nov 26 2025 Jason Rothstein
|
||||
- 11.0.8
|
||||
|
||||
* Tue Nov 25 2025 Jason Rothstein
|
||||
- 11.0.7
|
||||
- golang >= 1.25
|
||||
|
||||
* Wed Oct 29 2025 Jason Rothstein
|
||||
- 11.0.6
|
||||
|
||||
* Mon Oct 27 2025 Jason Rothstein
|
||||
- 11.0.6
|
||||
|
||||
* Sat Oct 25 2025 Jason Rothstein
|
||||
- 11.0.5
|
||||
|
||||
* Thu Oct 23 2025 Jason Rothstein
|
||||
- 11.0.4
|
||||
|
||||
* 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
|
||||
* Sat Apr 25 2026 Jason Rothstein
|
||||
- 15.0.0
|
||||
- golang >= 1.26.2
|
||||
|
||||
Reference in New Issue
Block a user