Skip to content

Commit

Permalink
build/ops: rpm: enable lowmem_builder bcond for SUSE only
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Nov 24, 2017
1 parent b91273e commit 9f7ac55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ceph.spec.in
Expand Up @@ -18,17 +18,18 @@
%if 0%{?suse_version}
%bcond_with ceph_test_package
%bcond_with cephfs_java
%bcond_without lowmem_builder
%else
%bcond_without ceph_test_package
%bcond_without cephfs_java
%bcond_with lowmem_builder
%endif
%bcond_with make_check
%ifarch s390 s390x
%bcond_with tcmalloc
%else
%bcond_without tcmalloc
%endif
%bcond_with lowmem_builder
%if 0%{?fedora} || 0%{?rhel}
%bcond_without selinux
%endif
Expand Down

0 comments on commit 9f7ac55

Please sign in to comment.