提交 16009667 编写于 作者: P Peter Krempa

spec: Fix braces around macros

In commit 72f7658b I've added a few
macros with bad bracing. Although they work as expected fix them so that
we use uniform syntax.
上级 e53b0624
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
%else %else
%define with_storage_sheepdog 0 %define with_storage_sheepdog 0
%endif %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}} %define with_storage_gluster 0%{!?_without_storage_gluster:%{server_drivers}}
%else %else
%define with_storage_gluster 0 %define with_storage_gluster 0
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
# libgfapi is built only on x86_64 on rhel # libgfapi is built only on x86_64 on rhel
%ifnarch x86_64 %ifnarch x86_64
%if 0%{?rhel >= 6} %if 0%{?rhel} >= 6
%define with_storage_gluster 0 %define with_storage_gluster 0
%endif %endif
%endif %endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册