fix systemd macros

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen-sz
2026-01-06 19:53:24 -06:00
parent 843920f4a5
commit eed4d4d25e
+4 -5
View File
@@ -82,13 +82,13 @@ export TAG=v%{version}
%terra_appstream
%post
%systemd_post %{name}.service
%systemd_user_post %{name}.service
%preun
%systemd_preun %{name}.service
%systemd_user_preun %{name}.service
%postun
%systemd_postun_with_restart %{name}.service
%systemd_user_postun_with_restart %{name}.service
%if %{with check}
%check
@@ -110,5 +110,4 @@ desktop-file-validate %{buildroot}%{_appsdir}/%{appid}{,.terminal}.desktop
%changelog
* Sun Jan 04 2026 metcya <metcya@gmail.com> - 2025.924.154138-1
- Initial package
- Initial package