From 3b58f8c811da0d59f28199bfba5c523f6695b2f0 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 14 Mar 2024 13:52:51 -0700 Subject: [PATCH] ceph.spec.in: add runtime protobuf dependency for crimson-osd inherited from seastar Signed-off-by: Samuel Just (cherry picked from commit 57602aad351b21dde06db8632a9c8fdc2ab541d6) --- ceph.spec.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5