]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 9 Apr 2019 16:21:02 +0000 (00:21 +0800)
commit8ae1947728837bf4a4bcc8e9325aea69ff14b706
treee8fe7fa2eeac191e35b9018e905e07293f2e469a
parent11f0b8d5a8951cb50437f5e87055f3b9405f4556
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>
ceph.spec.in