From 92605c05f0d7660b871f746190c02fbe32963be4 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 19 Mar 2021 19:59:04 -0400 Subject: [PATCH] 16.1.0 RC (ceph-16.1.0-922-ge6063369) Signed-off-by: Kaleb S. KEITHLEY --- ceph.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec b/ceph.spec index 8cf3019..4795350 100644 --- a/ceph.spec +++ b/ceph.spec @@ -35,7 +35,11 @@ %bcond_without selinux %bcond_without rbd_rwl_cache %bcond_without rbd_ssd_cache +%ifarch x86_64 ppc64le %global _system_pmdk 1 +%else +%global _system_pmdk 0 +%endif %if 0%{?rhel} >= 8 %bcond_with cephfs_java %else