diff options
author | Kefu Chai <kchai@redhat.com> | 2017-12-06 03:19:09 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2017-12-06 10:02:07 +0100 |
commit | cdf49ba664b2c1c0250f8931d24e504ec9274561 (patch) | |
tree | 1070976f45d84752623dcb8e9f6029d8e00790a9 /debian/control | |
parent | qa/suites/rados/upgrade: whitelist MON_DOWN, MGR_DOWN (diff) | |
download | ceph-cdf49ba664b2c1c0250f8931d24e504ec9274561.tar.xz ceph-cdf49ba664b2c1c0250f8931d24e504ec9274561.zip |
debian/control: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is a follow-up of #19328. we need to get this change into 12.2.3.
so better off do the switch somewhere after 12.2.2 which has been
tagged, and before 12.2.3, which is not tagged yet.
please note, this is not targetting master, because i want to make
sure the change number (the <num> in << 12.2.2-<num>) is correct. it
does not hurt if it's not, as long as it is ">> 12.2.2", so the replace
machinery in 12.2.3 works, and it covers the releases where the
ceph-{osdomap,kvstore,monstore}-tool are not move yet. but why don't
make it more right?
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control index b08ffe3347a..b92787a585c 100644 --- a/debian/control +++ b/debian/control @@ -105,10 +105,10 @@ Recommends: btrfs-tools, ntp | time-daemon, Replaces: ceph (<< 10), ceph-common (<< 0.78-500), - ceph-test (<< 12.2.3), + ceph-test (<< 12.2.2-14), python-ceph (<< 0.92-1223), Breaks: ceph (<< 10), - ceph-test (<< 12.2.3), + ceph-test (<< 12.2.2-14), python-ceph (<< 0.92-1223), Description: common ceph daemon libraries and management tools Ceph is a massively scalable, open-source, distributed @@ -206,8 +206,8 @@ Depends: ceph-base (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Recommends: ceph-common, -Replaces: ceph (<< 10), ceph-test (<< 12.2.3) -Breaks: ceph (<< 10), ceph-test (<< 12.2.3) +Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14) +Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14) Description: monitor server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, @@ -239,8 +239,8 @@ Depends: ceph-base (= ${binary:Version}), ${python:Depends}, ${shlibs:Depends}, Recommends: ceph-common (= ${binary:Version}), -Replaces: ceph (<< 10), ceph-test (<< 12.2.3) -Breaks: ceph (<< 10), ceph-test (<< 12.2.3) +Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14) +Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14) Description: OSD server for the ceph storage system Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, |