]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: fix Cython package dependency for Fedora 30708/head
authorJeff Layton <jlayton@redhat.com>
Thu, 26 Sep 2019 11:50:28 +0000 (07:50 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 3 Oct 2019 16:44:13 +0000 (18:44 +0200)
commitbc8186556334f4daca02e93e9329c17030ba165d
tree0d328350b4c3585b8de94d6e7e85b786fd90a9f9
parent3b15a62ffb211bd0901c80de94c966a4777d291f
ceph.spec.in: fix Cython package dependency for Fedora

Fedora distros do not have python3?-Cython packages, but they do have
python3-Cython ones. Fix the BuildRequires so that we only use the
python3_version_nodots based version string for RHEL.

Fixes: https://tracker.ceph.com/issues/42032
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 40c5a18f81c67c96f6a35e592ac3141b87c19701)
ceph.spec.in