From d04f5c39e9af27a90fd1836b778db85ece0c9a04 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 25 Feb 2021 19:01:18 +0100 Subject: [PATCH] rpm: re-disable SUSE lttng build on z390x This partially reverts 2b1e646f7aade3135a98c505111ac7ebef5e93a6 which mistakenly changed a line inside an "%if 0%{?suse_version}" conditional. Fixes: 2b1e646f7aade3135a98c505111ac7ebef5e93a6 Signed-off-by: Nathan Cutler (cherry picked from commit ffd202a08619fc535df593eb41c0769577a1586a) --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 35619f72c93df..46e2c414f50ec 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -47,7 +47,7 @@ %bcond_with cephfs_java %bcond_with kafka_endpoint %bcond_with libradosstriper -%ifarch x86_64 aarch64 ppc64le s390x +%ifarch x86_64 aarch64 ppc64le %bcond_without lttng %else %bcond_with lttng -- 2.39.5