From: Nathan Cutler Date: Thu, 22 Nov 2018 13:31:54 +0000 (+0100) Subject: build/ops: rpm: RHEL 8 needs Python 3 build X-Git-Tag: v14.1.0~806^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F25223%2Fhead;p=ceph.git build/ops: rpm: RHEL 8 needs Python 3 build Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 6a18685316e35..200dfa34b6406 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