restart service on update (systemd_postun_with_restart) [release 1.22.4-2mamba;Fri Nov 29 2024]
This commit is contained in:
parent
aa66d2288d
commit
716f16164d
@ -1,6 +1,6 @@
|
|||||||
Name: gitea
|
Name: gitea
|
||||||
Version: 1.22.4
|
Version: 1.22.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Painless self-hosted Git service, community managed
|
Summary: Painless self-hosted Git service, community managed
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -68,7 +68,7 @@ install -D -m644 custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/gitea/ap
|
|||||||
:
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
%systemd_postun gitea
|
%systemd_postun_with_restart gitea
|
||||||
:
|
:
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -81,6 +81,9 @@ install -D -m644 custom/conf/app.example.ini %{buildroot}%{_sysconfdir}/gitea/ap
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.4-2mamba
|
||||||
|
- restart service on update (systemd_postun_with_restart)
|
||||||
|
|
||||||
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 1.22.4-1mamba
|
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 1.22.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user