build/ops: rpm: RHEL 8 needs Python 3 build

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2018-11-22 14:31:54 +01:00
parent ed05b163e7
commit 7d03d522bc

View File

@ -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