]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rpm: add "Provides: python3-*" for python packages
authorKefu Chai <kchai@redhat.com>
Tue, 9 Apr 2019 15:22:57 +0000 (23:22 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 10 Apr 2019 09:57:08 +0000 (17:57 +0800)
commit1f853e30f848ca08c8bab0a2d75614649e2b06af
tree36e2a566608b2fb36c8c89d96ec63fe2f679b6c7
parent1ebc4114364d52b0f956711a9ef38371a0f88e60
rpm: add "Provides: python3-*" for python packages

so user can install python3-rados, instead of python36-rados, without
specifying the minor version of python. also, we should not break our
teuthology tests with this naming scheme change. for instance, our
cephfs qa suite installs `python3-cephfs` for testing the `cephfs-shell`

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 8ae1947728837bf4a4bcc8e9325aea69ff14b706)
ceph.spec.in