From 7f6649d62999f59f711a0eac9e24265597865ce3 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 180e56e0b9711..39935289ab420 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -56,7 +56,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 %global _system_pmdk 1 %bcond_without rbd_rwl_cache -- 2.39.5