[libvirt PATCH 2/8] rpm: Style/alignment tweaks

Andrea Bolognani posted 8 patches 2 years, 7 months ago
[libvirt PATCH 2/8] rpm: Style/alignment tweaks
Posted by Andrea Bolognani 2 years, 7 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 libvirt.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index c72b420e85..05e322492a 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -22,7 +22,7 @@
 %define arches_dmidecode        %{arches_x86}
 %define arches_xen              %{arches_x86} aarch64
 %if 0%{?fedora}
-    %define arches_xen              x86_64 aarch64
+    %define arches_xen          x86_64 aarch64
 %endif
 %define arches_vbox             %{arches_x86}
 %define arches_ceph             %{arches_64bit}
@@ -686,7 +686,7 @@ Requires: libvirt-libs = %{version}-%{release}
     %if 0%{?fedora}
 Requires: glusterfs-client >= 2.0.1
     %endif
-    %if (0%{?fedora} || 0%{?with_storage_gluster})
+    %if 0%{?fedora} || 0%{?with_storage_gluster}
 Requires: /usr/sbin/gluster
     %endif
 
-- 
2.41.0
Re: [libvirt PATCH 2/8] rpm: Style/alignment tweaks
Posted by Martin Kletzander 2 years, 6 months ago
On Fri, Jul 14, 2023 at 04:39:36PM +0200, Andrea Bolognani wrote:
>Signed-off-by: Andrea Bolognani <abologna@redhat.com>

Reviewed-by: Martin Kletzander <mkletzan@redhat.com>