mirror of
https://github.com/ceph/ceph
synced 2025-01-01 00:22:25 +00:00
Merge pull request #25223 from smithfarm/wip-rhel-8-py3
build/ops: rpm: RHEL 8 needs Python 3 build Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Brad Hubbard <bhubbard@redhat.com> Reviewed-by: Boris Ranto <branto@redhat.com>
This commit is contained in:
commit
fbea0e658a
@ -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