From 32af87341b8b86398858f45e437055150c9d7411 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Wed, 21 Apr 2021 09:37:20 +0000 Subject: [PATCH] ceph.spec.in: crimson depends on binutils b/c of addr2line. This small utility is needed due to the backtrace processing. See: d3dcf510c35228a525311732fa5f7385c4a736ba. Signed-off-by: Radoslaw Zarzynski --- ceph.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph.spec.in b/ceph.spec.in index 66e069e5bcd..178e24cc878 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -834,6 +834,7 @@ Summary: Ceph Object Storage Daemon (crimson) Group: System/Filesystems %endif Requires: ceph-osd = %{_epoch_prefix}%{version}-%{release} +Requires: binutils %description crimson-osd crimson-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system -- 2.39.5