mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-02 01:45:17 +00:00
rpm: fix typo in daemon name in %post/%preun scripts
Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
0d5b08e56d
commit
25a6e49668
@ -1295,7 +1295,7 @@ exit 0
|
|||||||
|
|
||||||
%post daemon
|
%post daemon
|
||||||
%libvirt_daemon_systemd_post virtlogd
|
%libvirt_daemon_systemd_post virtlogd
|
||||||
%libvirt_daemon_systemd_post virtlockdd
|
%libvirt_daemon_systemd_post virtlockd
|
||||||
%if %{with_modular_daemons}
|
%if %{with_modular_daemons}
|
||||||
%libvirt_daemon_systemd_post_inet virtproxyd
|
%libvirt_daemon_systemd_post_inet virtproxyd
|
||||||
%else
|
%else
|
||||||
@ -1312,7 +1312,7 @@ exit 0
|
|||||||
%libvirt_daemon_systemd_preun_inet libvirtd
|
%libvirt_daemon_systemd_preun_inet libvirtd
|
||||||
%libvirt_daemon_systemd_preun_inet virtproxyd
|
%libvirt_daemon_systemd_preun_inet virtproxyd
|
||||||
%libvirt_daemon_systemd_preun virtlogd
|
%libvirt_daemon_systemd_preun virtlogd
|
||||||
%libvirt_daemon_systemd_preun virtlockdd
|
%libvirt_daemon_systemd_preun virtlockd
|
||||||
|
|
||||||
%postun daemon
|
%postun daemon
|
||||||
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user