]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: fix indentation
authorJán Tomko <jtomko@redhat.com>
Wed, 11 Dec 2019 13:09:53 +0000 (14:09 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 11 Dec 2019 13:09:53 +0000 (14:09 +0100)
The recent specfile addition broke syntax-check:
cppi: ../libvirt.spec.in: line 338: not properly indented
cppi: ../libvirt.spec.in: line 341: not properly indented
cppi: ../libvirt.spec.in: line 344: not properly indented

Fixes: ac063cb2e76d64a907f96bf0b6a29da4eb484ebc
Signed-off-by: Ján Tomko <jtomko@redhat.com>
libvirt.spec.in

index 01f28e62d67ab8338f2610a57f2ab79e589dc563..4d75fbecaf8fadafe7ffd0d402e4eb1239c20f28 100644 (file)
@@ -335,13 +335,13 @@ BuildRequires: device-mapper-devel
 # For XFS reflink clone support
 BuildRequires: xfsprogs-devel
 %if %{with_storage_rbd}
-%if 0%{?fedora} || 0%{?rhel} > 7
-BuildRequires: librados-devel
-BuildRequires: librbd-devel
-%else
-BuildRequires: librados2-devel
-BuildRequires: librbd1-devel
-%endif
+    %if 0%{?fedora} || 0%{?rhel} > 7
+        BuildRequires: librados-devel
+        BuildRequires: librbd-devel
+    %else
+        BuildRequires: librados2-devel
+        BuildRequires: librbd1-devel
+    %endif
 %endif
 %if %{with_storage_gluster}
 BuildRequires: glusterfs-api-devel >= 3.4.1