]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Fix braces around macros
authorPeter Krempa <pkrempa@redhat.com>
Wed, 26 Feb 2014 13:17:51 +0000 (14:17 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 26 Feb 2014 13:31:30 +0000 (14:31 +0100)
In commit 72f7658ba24491672e6b81118f892400916e9404 I've added a few
macros with bad bracing. Although they work as expected fix them so that
we use uniform syntax.

libvirt.spec.in

index 13ec4948ccd64d688a33c151b6f432dbcfc5b3bc..fb6ba98ef7d7451bda85e2a7b9835b6bdfcd62a3 100644 (file)
@@ -99,7 +99,7 @@
 %else
     %define with_storage_sheepdog 0
 %endif
-%if 0%{?fedora} >= 19 || 0%{?rhel >= 6}
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 6
     %define with_storage_gluster 0%{!?_without_storage_gluster:%{server_drivers}}
 %else
     %define with_storage_gluster 0
 
 # libgfapi is built only on x86_64 on rhel
 %ifnarch x86_64
-    %if 0%{?rhel >= 6}
+    %if 0%{?rhel} >= 6
         %define with_storage_gluster 0
     %endif
 %endif