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

spec: Fix indentation

Commit ffc49e57 broke syntax-check:

  cppi: libvirt.spec.in: line 622: not properly indented
  cppi: libvirt.spec.in: line 624: not properly indented
  cppi: libvirt.spec.in: line 640: not properly indented
  cppi: libvirt.spec.in: line 642: not properly indented
  maint.mk: incorrect preprocessor indentation
  cfg.mk:697: recipe for target 'sc_spec_indentation' failed

Indent the new conditionals properly.

(cherry picked from commit 55d8daa0)
上级 ba4518c4
...@@ -917,9 +917,9 @@ Requires: gzip ...@@ -917,9 +917,9 @@ Requires: gzip
Requires: bzip2 Requires: bzip2
Requires: lzop Requires: lzop
Requires: xz Requires: xz
%if 0%{?fedora} >= 24 %if 0%{?fedora} >= 24
Requires: systemd-container Requires: systemd-container
%endif %endif
%description daemon-driver-qemu %description daemon-driver-qemu
The qemu driver plugin for the libvirtd daemon, providing The qemu driver plugin for the libvirtd daemon, providing
...@@ -935,9 +935,9 @@ Group: Development/Libraries ...@@ -935,9 +935,9 @@ Group: Development/Libraries
Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon = %{version}-%{release}
# There really is a hard cross-driver dependency here # There really is a hard cross-driver dependency here
Requires: libvirt-daemon-driver-network = %{version}-%{release} Requires: libvirt-daemon-driver-network = %{version}-%{release}
%if 0%{?fedora} >= 24 %if 0%{?fedora} >= 24
Requires: systemd-container Requires: systemd-container
%endif %endif
%description daemon-driver-lxc %description daemon-driver-lxc
The LXC driver plugin for the libvirtd daemon, providing The LXC driver plugin for the libvirtd daemon, providing
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册