From: Tim Serong Date: Thu, 13 Oct 2022 04:30:16 +0000 (+1100) Subject: ceph.spec.in: disable system_pmdk on s390x for SUSE distros X-Git-Tag: v17.2.6~129^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fcb8ffcc03f7bc92799f0b18bd8bd2ffefe88751;p=ceph.git 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) --- 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