From 9f270d0df425cad7aa7b276b80c1df789f51b7a5 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 9 Feb 2021 11:03:42 -0500 Subject: [PATCH] ceph.spec.in: enable tcmalloc and lttng on s390x The necessary prerequisites are already in RHEL+EPEL 8. Signed-off-by: Yaakov Selkowitz (cherry picked from commit 2b1e646f7aade3135a98c505111ac7ebef5e93a6) Conflicts: ceph.spec.in --- ceph.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 7c71ea02640ee..2709d6bd474b8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -23,7 +23,7 @@ ################################################################################# %bcond_with make_check %bcond_without ceph_test_package -%ifarch s390 s390x +%ifarch s390 %bcond_with tcmalloc %else %bcond_without tcmalloc @@ -58,7 +58,7 @@ %bcond_with libradosstriper %bcond_with ocf %endif -%ifarch x86_64 aarch64 ppc64le +%ifarch x86_64 aarch64 ppc64le s390x %bcond_without lttng %else %bcond_with lttng -- 2.39.5