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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fcf48cda0a8933c998d1ce51adecca4cd2b0efe2;p=ceph-ci.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 aa534fd8825..b3b82f1fdd9 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