提交 7b2ebecb 编写于 作者: A Andrea Bolognani 提交者: Cole Robinson

spec: Use proper indentation

Commit 1d440008 added some code that was not indented properly
and broke syntax-check. Fix it.

(cherry picked from commit a528ae7f)
上级 4df52fea
......@@ -1801,11 +1801,11 @@ if test $1 -eq 1 && test ! -f %{_sysconfdir}/libvirt/qemu/networks/default.xml ;
ln -s ../default.xml %{_sysconfdir}/libvirt/qemu/networks/autostart/default.xml
# Make sure libvirt picks up the new network defininiton
%if %{with_systemd}
%if %{with_systemd}
/bin/systemctl try-restart libvirtd.service >/dev/null 2>&1 ||:
%else
%else
/sbin/service libvirtd condrestart > /dev/null 2>&1 || :
%endif
%endif
fi
%endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册