From aac0e6751f6ec8323c0e93c9db267ff43af833ea Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 15 Feb 2019 18:09:03 +0100 Subject: [PATCH] rpm: build with lttng on ppc64le (SUSE) In very recent SUSEs (e.g. Leap 15.1), the build dependencies needed for the lttng build are satisfied for this architecture. Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 00c5e9444ef9..bacfbdce61d8 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -51,7 +51,7 @@ %else %bcond_with libradosstriper %endif -%ifarch x86_64 aarch64 +%ifarch x86_64 aarch64 ppc64le %bcond_without lttng %else %bcond_with lttng -- 2.47.3