gitea: upgrade to 1.20.6

This commit is contained in:
Raven 2024-02-26 11:49:33 +06:00
parent 1c234c63b9
commit 3a59bbb7a3

View File

@ -2,8 +2,8 @@
%global _default_patch_fuzz 2 %global _default_patch_fuzz 2
Name: gitea Name: gitea
Version: 1.21.5 Version: 1.21.6
Release: 5%{dist} Release: 2%{dist}
Summary: Git with a cup of tea, painless self-hosted git service Summary: Git with a cup of tea, painless self-hosted git service
License: MIT License: MIT
Group: Development/Other 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 %attr(0700,%name,%name) %{_localstatedir}/log/%{name}
%dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}
%config(noreplace) %attr(0660,root,%name) %{_sysconfdir}/%{name}/app.ini %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 %{_datadir}/%{name}/web
%{_unitdir}/%{name}.service %{_unitdir}/%{name}.service
%{_tmpfilesdir}/%{name}.conf %{_tmpfilesdir}/%{name}.conf
%{_sysusersdir}/%{name}.conf %{_sysusersdir}/%{name}.conf
%changelog %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 * Wed Feb 21 2024 Raven <raven@sysadmins.ws> - 1.21.5-5
- add systemd scriptlets - add systemd scriptlets