]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build/ops: rpm: RHEL 8 needs Python 3 build 25223/head
authorNathan Cutler <ncutler@suse.com>
Thu, 22 Nov 2018 13:31:54 +0000 (14:31 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 22 Nov 2018 13:31:54 +0000 (14:31 +0100)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 6a18685316e358f4df8d2b24d6058569ba99e219..200dfa34b64069a6cff50f9a99c59157291dee94 100644 (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