From 6c2fd4267e58abdef2f1ffcd8a929a479c06c3cc Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Thu, 13 Oct 2022 15:30:16 +1100 Subject: [PATCH] ceph.spec.in: disable system_pmdk on s390x for SUSE distros Fixes: https://tracker.ceph.com/issues/57860 Signed-off-by: Tim Serong --- ceph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 8b208d50829..4f362aec006 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -57,7 +57,11 @@ %global _remote_tarball_prefix https://download.ceph.com/tarballs/ %endif %if 0%{?suse_version} +%ifarch s390x +%bcond_with system_pmdk +%else %bcond_without system_pmdk +%endif %bcond_with amqp_endpoint %bcond_with cephfs_java %bcond_with kafka_endpoint -- 2.39.5