From 3a59bbb7a34d5bae04810555b8c1881cfcf64d66 Mon Sep 17 00:00:00 2001 From: Raven Date: Mon, 26 Feb 2024 11:49:33 +0600 Subject: [PATCH] gitea: upgrade to 1.20.6 --- base/gitea/gitea.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/base/gitea/gitea.spec b/base/gitea/gitea.spec index ee6b07a..d793959 100644 --- a/base/gitea/gitea.spec +++ b/base/gitea/gitea.spec @@ -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 - 1.21.6-2 +- fix overwriting of gitea.service.d/port.conf + +* Mon Feb 26 2024 Raven - 1.21.6-1 +- update to 1.20.6 + * Wed Feb 21 2024 Raven - 1.21.5-5 - add systemd scriptlets