From: Ken Dreyer Date: Thu, 7 Jul 2022 15:43:30 +0000 (-0400) Subject: ceph.spec.in: disable system_pmdk on s390x X-Git-Tag: v18.0.0~436^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47014%2Fhead;p=ceph.git ceph.spec.in: disable system_pmdk on s390x The pwl_cache plugin depends on libpmem. This is not available on s390x for RHEL 8, RHEL 9, or Fedora. Fixes: https://tracker.ceph.com/issues/56491 Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index af950a92513c..789f5600e822 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -39,8 +39,12 @@ %if 0%{?rhel} < 9 %bcond_with system_pmdk %else +%ifarch s390x +%bcond_with system_pmdk +%else %bcond_without system_pmdk %endif +%endif %bcond_without selinux %bcond_without cephfs_java %bcond_without amqp_endpoint