From fcf48cda0a8933c998d1ce51adecca4cd2b0efe2 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 10 Aug 2022 14:36:43 -0400 Subject: [PATCH] ceph.spec.in: disable system_pmdk on aarch64 Signed-off-by: David Galloway --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5