From fcb8ffcc03f7bc92799f0b18bd8bd2ffefe88751 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 (cherry picked from commit 6c2fd4267e58abdef2f1ffcd8a929a479c06c3cc) --- ceph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index 5c5e390f4ae8e..5a33bf386be89 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -61,7 +61,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.47.3