]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: fix indentation fix
authorJán Tomko <jtomko@redhat.com>
Wed, 11 Dec 2019 13:24:22 +0000 (14:24 +0100)
committerJán Tomko <jtomko@redhat.com>
Wed, 11 Dec 2019 13:26:58 +0000 (14:26 +0100)
The RPM tags must not be indented.

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

index 4d75fbecaf8fadafe7ffd0d402e4eb1239c20f28..bd08222527a40cdfb22a9ea363e5b8d11a9ba825 100644 (file)
@@ -336,11 +336,11 @@ BuildRequires: device-mapper-devel
 BuildRequires: xfsprogs-devel
 %if %{with_storage_rbd}
     %if 0%{?fedora} || 0%{?rhel} > 7
-        BuildRequires: librados-devel
-        BuildRequires: librbd-devel
+BuildRequires: librados-devel
+BuildRequires: librbd-devel
     %else
-        BuildRequires: librados2-devel
-        BuildRequires: librbd1-devel
+BuildRequires: librados2-devel
+BuildRequires: librbd1-devel
     %endif
 %endif
 %if %{with_storage_gluster}