]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: loosen ceph-test's dependencies
authorKen Dreyer <kdreyer@redhat.com>
Wed, 4 Mar 2015 22:01:34 +0000 (15:01 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 5 Mar 2015 18:57:18 +0000 (10:57 -0800)
commit9e1c49c08716a89690e5aa664a0fc4fa415e9878
treecb74e13e5d458e9347538a2333b82fcecda1bd0d
parent452c651151f556702e9c94a399e600d64352ec1c
ceph.spec.in: loosen ceph-test's dependencies

In Debian, the ceph-test package can be installed with any version of
ceph-common.

Prior to this commit, in RHEL, we're much more strict about which
version of the dependencies we require. We depend directly on
librados2/librbd1/libcephfs1 instead of ceph-common, and we also require
the specific versions of these libraries to match the version of
ceph-test.

For testing Ceph, it is nice to have the ability to upgrade the
librados2/librbd1/libcephfs1 libraries on a host without having to also
upgrade the ceph-test package as well.

Remove the version number requirements, and change the dependencies from
librados2/librbd1/libcephfs1 to simply "ceph-common". That will make
/etc/ceph/ and /var/log/ceph present for the tests.

http://tracker.ceph.com/issues/10989 Refs: #10989

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
(cherry picked from commit 924f85f157b8acfe753d944dae49fca390da37aa)
ceph.spec.in