From: David Galloway Date: Wed, 10 Aug 2022 18:36:43 +0000 (-0400) Subject: ceph.spec.in: disable system_pmdk on aarch64 X-Git-Tag: v18.0.0~289^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47544%2Fhead;p=ceph.git ceph.spec.in: disable system_pmdk on aarch64 Signed-off-by: David Galloway --- diff --git a/ceph.spec.in b/ceph.spec.in index aa534fd88250..b3b82f1fdd92 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -39,7 +39,7 @@ %if 0%{?rhel} < 9 %bcond_with system_pmdk %else -%ifarch s390x +%ifarch s390x aarch64 %bcond_with system_pmdk %else %bcond_without system_pmdk