From 7d03d522bc9af5edd7d8dc58b9aa2a18a29c89b9 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 22 Nov 2018 14:31:54 +0100 Subject: [PATCH] build/ops: rpm: RHEL 8 needs Python 3 build Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 6a18685316e..200dfa34b64 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -57,7 +57,7 @@ %endif %endif %bcond_with seastar -%if 0%{?fedora} >= 29 || 0%{?suse_version} >= 1500 +%if 0%{?fedora} >= 29 || 0%{?suse_version} >= 1500 || 0%{?rhel} >= 8 # distros that need a py3 Ceph build %bcond_with python2 %else -- 2.39.5