ceph.spec.in: disable system_pmdk on s390x for SUSE distros

Fixes: https://tracker.ceph.com/issues/57860
Signed-off-by: Tim Serong <tserong@suse.com>
This commit is contained in:
Tim Serong 2022-10-13 15:30:16 +11:00
parent 5570c8c8cd
commit 6c2fd4267e

View File

@ -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