mirror of
https://github.com/ceph/ceph
synced 2025-01-16 16:03:29 +00:00
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:
parent
5570c8c8cd
commit
6c2fd4267e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user