]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian/control: ceph-common (>> 0.94.2) must be >= 0.94.2-2 5417/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 30 Jul 2015 07:43:20 +0000 (09:43 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 30 Jul 2015 11:26:52 +0000 (13:26 +0200)
commit4c199bf57dc54dc5e5f45cd9b34878a8459d434e
tree2fb19d250d4ed9931cd5875960d5bec525e4e695
parente3d17e49731569ea92917f574d42d93258c77189
debian/control: ceph-common (>> 0.94.2) must be >= 0.94.2-2

The d8733be2ef8874b9a858a7ffddfb81b9b656e9a6 backport introduced a
regression by adding an incorrect Depends / Break combo supposed to
reflect the fact that ceph_argparse moved from ceph to ceph-common after
v0.94.2. It assumed the package is released under the 0.94.2 version
where in reality it is released under the 0.94.2-1xxx version (where xxx
is trusty, jessie etc.).

The Depends / Break combo is changed to use 0.94.2-2 instead.

See also http://tracker.ceph.com/issues/12529 for a larger discussion.

http://tracker.ceph.com/issues/11998 Fixes: #11998

Signed-off-by: Loic Dachary <ldachary@redhat.com>
debian/control