]> 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>
Thu, 11 Apr 2019 02:36:14 +0000 (10:36 +0800)
commit9754e6a719d0c1875e5756064a59508943ba8ac1
tree3c7f4fad397e540c080f4980dd5bbfda41ba6f55
parent955583e934942a5c7e29667bd893105e7f1e2322
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