diff options
author | Kefu Chai <kchai@redhat.com> | 2018-01-04 09:08:25 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-01-06 13:00:54 +0100 |
commit | b07aa210aa0ede54ffc3dbe49e334bd51a8f6342 (patch) | |
tree | c68730571ca40fe1cc22d1a83dd4117a48264593 /ceph.spec.in | |
parent | Merge pull request #19724 from dillaman/wip-18480 (diff) | |
download | ceph-b07aa210aa0ede54ffc3dbe49e334bd51a8f6342.tar.xz ceph-b07aa210aa0ede54ffc3dbe49e334bd51a8f6342.zip |
rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is the rpm's counterpart of debian/control changes related to the
ceph-{osdomap,kvstore,monstore}-tool feature move. see #19328 and #19356.
the commit introducing this move is 6dba25e. and
$ git describe 6dba25e
v12.2.2-8-g6dba25e39d
so the first release that have this change is 12.2.2-8. in other words,
ceph-{base,osd,mon} >= 12.2.2.8 cannot co-exist with ceph-test < 12.2.2-8
in the same system. so we let ceph-test Requires ceph-common with the
same version. and since ceph-{osd,mon} Requires ceph-base with the same
version, and ceph-base Requires ceph-common with the same version, so by
tiering ceph-test with ceph-common with the same version, we enforce
this restriction.
Fixes: http://tracker.ceph.com/issues/22558
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 70ab1799eac..25a09b2a954 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -687,7 +687,7 @@ Summary: Ceph benchmarks and test tools %if 0%{?suse_version} Group: System/Benchmark %endif -Requires: ceph-common +Requires: ceph-common = %{_epoch_prefix}%{version}-%{release} Requires: xmlstarlet Requires: jq Requires: socat |