]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
ceph.spec.in: disable system_pmdk on s390x for SUSE distros
authorTim Serong <tserong@suse.com>
Thu, 13 Oct 2022 04:30:16 +0000 (15:30 +1100)
committerTim Serong <tserong@suse.com>
Thu, 13 Oct 2022 04:30:19 +0000 (15:30 +1100)
Fixes: https://tracker.ceph.com/issues/57860
Signed-off-by: Tim Serong <tserong@suse.com>
ceph.spec.in

index 8b208d5082991b374e14885aad580db5db54ce05..4f362aec006df71489e84a78d3c44e43304711b2 100644 (file)
 %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