Skip to content

Commit

Permalink
build/ops: rpm: reverse s390 bcond conditional block
Browse files Browse the repository at this point in the history
I'm not a fan of "if NOT x - then - else" blocks.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed May 24, 2017
1 parent 7fe6305 commit d97ab76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
%endif
%bcond_with make_check
%bcond_with xio
%ifnarch s390 s390x
%bcond_without tcmalloc
%else
# no gperftools/tcmalloc on s390(x)
%ifarch s390 s390x
%bcond_with tcmalloc
%else
%bcond_without tcmalloc
%endif
%bcond_with lowmem_builder
%if 0%{?fedora} || 0%{?rhel}
Expand Down

0 comments on commit d97ab76

Please sign in to comment.