From: Samuel Just Date: Thu, 14 Mar 2024 20:52:51 +0000 (-0700) Subject: ceph.spec.in: add runtime protobuf dependency for crimson-osd inherited from seastar X-Git-Tag: testing/wip-root-testing-20240411.174241~52^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3b58f8c811da0d59f28199bfba5c523f6695b2f0;p=ceph-ci.git ceph.spec.in: add runtime protobuf dependency for crimson-osd inherited from seastar Signed-off-by: Samuel Just (cherry picked from commit 57602aad351b21dde06db8632a9c8fdc2ab541d6) --- diff --git a/ceph.spec.in b/ceph.spec.in index ed367465527..a6710f3e69c 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -882,6 +882,9 @@ Provides: ceph-test:/usr/bin/ceph-osdomap-tool Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: sudo Requires: libstoragemgmt +%if 0%{with seastar} +Requires: protobuf +%endif %if 0%{?weak_deps} Recommends: ceph-volume = %{_epoch_prefix}%{version}-%{release} %endif