]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
rpm: fix typo in daemon name in %post/%preun scripts
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 14 Dec 2021 16:17:10 +0000 (16:17 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Dec 2021 10:02:46 +0000 (10:02 +0000)
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in

index b37c6e17f357bcdbb4fc9235ccb4b5c74ab9e667..cc9436763ec68d749e62aebd2c25f241bf22e70c 100644 (file)
@@ -1295,7 +1295,7 @@ exit 0
 
 %post daemon
 %libvirt_daemon_systemd_post virtlogd
-%libvirt_daemon_systemd_post virtlockdd
+%libvirt_daemon_systemd_post virtlockd
 %if %{with_modular_daemons}
 %libvirt_daemon_systemd_post_inet virtproxyd
 %else
@@ -1312,7 +1312,7 @@ exit 0
 %libvirt_daemon_systemd_preun_inet libvirtd
 %libvirt_daemon_systemd_preun_inet virtproxyd
 %libvirt_daemon_systemd_preun virtlogd
-%libvirt_daemon_systemd_preun virtlockdd
+%libvirt_daemon_systemd_preun virtlockd
 
 %postun daemon
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :