From 5ed1374fd3ee7deaa542453c646f51374efa71c0e0dbac104ba8953ee5919660 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 27 Jul 2021 18:14:27 +0000 Subject: [PATCH] remove spurious whitespace from spec file OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=900 --- libvirt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index e7c9311..dfebc2d 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1149,8 +1149,8 @@ fi %posttrans daemon # virtlockd and virtlogd must not be restarted, particularly virtlockd since the # locks it uses to protect VM resources would be lost. Both are safe to re-exec. - %{_bindir}/systemctl reload-or-try-restart virtlockd.service >/dev/null 2>&1 || : - %{_bindir}/systemctl reload-or-try-restart virtlogd.service >/dev/null 2>&1 || : +%{_bindir}/systemctl reload-or-try-restart virtlockd.service >/dev/null 2>&1 || : +%{_bindir}/systemctl reload-or-try-restart virtlogd.service >/dev/null 2>&1 || : # The '--listen' option is incompatible with socket activation. # Check if the existing install uses --listen listen_mode=no