mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
build/ops: rpm: RHEL 8 needs Python 3 build
Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
parent
ed05b163e7
commit
7d03d522bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user