From 716f16164d5a19e6429560aab2f9ad121b9b3feb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 29 Nov 2024 16:11:33 +0100 Subject: [PATCH] restart service on update (systemd_postun_with_restart) [release 1.22.4-2mamba;Fri Nov 29 2024] --- gitea.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gitea.spec b/gitea.spec index 90c61c6..0b02e8e 100644 --- a/gitea.spec +++ b/gitea.spec @@ -1,6 +1,6 @@ Name: gitea Version: 1.22.4 -Release: 1mamba +Release: 2mamba Summary: Painless self-hosted Git service, community managed Group: System/Servers Vendor: openmamba @@ -68,7 +68,7 @@ install -D -m644 custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/gitea/ap : %postun -%systemd_postun gitea +%systemd_postun_with_restart gitea : %files @@ -81,6 +81,9 @@ install -D -m644 custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/gitea/ap %doc LICENSE %changelog +* Fri Nov 29 2024 Silvan Calarco 1.22.4-2mamba +- restart service on update (systemd_postun_with_restart) + * Tue Nov 26 2024 Automatic Build System 1.22.4-1mamba - automatic version update by autodist