[libvirt] [PATCH] spec: fix indentation fix

Ján Tomko posted 1 patch 4 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/94195c5bd518176e73b0767bb0657acd6c5cd02a.1576070845.git.jtomko@redhat.com
libvirt.spec.in | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
[libvirt] [PATCH] spec: fix indentation fix
Posted by Ján Tomko 4 years, 4 months ago
The RPM tags must not be indented.

Fixes: 6b8ab20f9b9b1a9383bd2cb9a075f57beb196c1c
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 libvirt.spec.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Pushed as a build breaker fix.

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 4d75fbecaf..bd08222527 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -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}
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list