]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rpm: fix python dependencies on RHEL 8
authorKen Dreyer <kdreyer@redhat.com>
Mon, 18 Feb 2019 22:19:41 +0000 (15:19 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 21 Feb 2019 22:03:05 +0000 (15:03 -0700)
commit2273bfce4249357c556c65e47da4d9409e9bc4f3
treea845ea7b07d9f4b6477efdd04d9aa3c8cde9893b
parent992962867044d3c5dfabd03534fe24e5788d58c7
rpm: fix python dependencies on RHEL 8

On RHEL 8, the python34-* and Cython packages are named identically to
Fedora (eg "python3-Cython"). Move the Python 2 "Cython" and python34-*
BuildRequires lines inside a RHEL 7 conditional, so RHEL 8 falls through
to the Fedora package names.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in