]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: disable system_pmdk on s390x for SUSE distros 48522/head
authorTim Serong <tserong@suse.com>
Thu, 13 Oct 2022 04:30:16 +0000 (15:30 +1100)
committerTim Serong <tserong@suse.com>
Tue, 18 Oct 2022 09:27:42 +0000 (20:27 +1100)
Fixes: https://tracker.ceph.com/issues/57860
Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 6c2fd4267e58abdef2f1ffcd8a929a479c06c3cc)

ceph.spec.in

index 5c5e390f4ae8eeaaaf9d9e6b4058c36551590415..5a33bf386be89699bbb06125718d7b85e544c042 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