]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Fix indentation
authorAndrea Bolognani <abologna@redhat.com>
Wed, 13 Jul 2016 17:01:14 +0000 (19:01 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 13 Jul 2016 17:02:15 +0000 (19:02 +0200)
Commit ffc49e579c14 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.

libvirt.spec.in

index 3afb1557d16b2875bb5c7ee428c4dec12e9f3d1e..cc5d722098739ea32dcb6638dd4270fb5fc1bb3d 100644 (file)
@@ -619,9 +619,9 @@ Requires: gzip
 Requires: bzip2
 Requires: lzop
 Requires: xz
-%if 0%{?fedora} >= 24
+    %if 0%{?fedora} >= 24
 Requires: systemd-container
-%endif
+    %endif
 
 %description daemon-driver-qemu
 The qemu driver plugin for the libvirtd daemon, providing
@@ -637,9 +637,9 @@ Group: Development/Libraries
 Requires: libvirt-daemon = %{version}-%{release}
 # There really is a hard cross-driver dependency here
 Requires: libvirt-daemon-driver-network = %{version}-%{release}
-%if 0%{?fedora} >= 24
+    %if 0%{?fedora} >= 24
 Requires: systemd-container
-%endif
+    %endif
 
 %description daemon-driver-lxc
 The LXC driver plugin for the libvirtd daemon, providing