Fix postun macro naming

OBS-URL: https://build.opensuse.org/package/show/Base:System/stalld?expand=0&rev=5
This commit is contained in:
Marco Chiappero 2024-08-29 13:11:50 +00:00 committed by Git OBS Bridge
parent f820a4a51b
commit aa47838974

View File

@ -65,9 +65,9 @@ mv %{buildroot}%{_sysconfdir}/sysconfig/%{name} %{buildroot}%{_fillupdir}/syscon
%service_add_post %{name}.service
%preun
%service_del_pre %{name}.service
%service_del_preun %{name}.service
%postun
%service_del_post %{name}.service
%service_del_postun %{name}.service
%changelog