gitea: upgrade to 1.20.6
This commit is contained in:
parent
1c234c63b9
commit
3a59bbb7a3
@ -2,8 +2,8 @@
|
||||
%global _default_patch_fuzz 2
|
||||
|
||||
Name: gitea
|
||||
Version: 1.21.5
|
||||
Release: 5%{dist}
|
||||
Version: 1.21.6
|
||||
Release: 2%{dist}
|
||||
Summary: Git with a cup of tea, painless self-hosted git service
|
||||
License: MIT
|
||||
Group: Development/Other
|
||||
@ -80,13 +80,19 @@ cp -r options public templates %{buildroot}%{_datadir}/%{name}/web
|
||||
%dir %attr(0700,%name,%name) %{_localstatedir}/log/%{name}
|
||||
%dir %{_sysconfdir}/%{name}
|
||||
%config(noreplace) %attr(0660,root,%name) %{_sysconfdir}/%{name}/app.ini
|
||||
%{_sysconfdir}/systemd/system/%{name}.service.d/port.conf
|
||||
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/systemd/system/%{name}.service.d/port.conf
|
||||
%{_datadir}/%{name}/web
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_tmpfilesdir}/%{name}.conf
|
||||
%{_sysusersdir}/%{name}.conf
|
||||
|
||||
%changelog
|
||||
* Mon Feb 26 2024 Raven <raven@sysadmins.ws> - 1.21.6-2
|
||||
- fix overwriting of gitea.service.d/port.conf
|
||||
|
||||
* Mon Feb 26 2024 Raven <raven@sysadmins.ws> - 1.21.6-1
|
||||
- update to 1.20.6
|
||||
|
||||
* Wed Feb 21 2024 Raven <raven@sysadmins.ws> - 1.21.5-5
|
||||
- add systemd scriptlets
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user