From cf2bdd5f8e8bbe7594d6e80f4b46ca8d3ed58b78 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Fri, 5 Dec 2025 15:03:14 -0500 Subject: [PATCH] rhbz 2419150 --- ceph.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index d397158..2d9b01a 100644 --- a/ceph.spec +++ b/ceph.spec @@ -180,7 +180,7 @@ ################################################################################# Name: ceph Version: 20.2.0 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} || 0%{?rhel} Epoch: 2 %endif @@ -1589,6 +1589,7 @@ rm -f %{buildroot}/%{_sysconfdir}/init.d/ceph %if 0%{with crimson} # package crimson-osd with the name of ceph-osd install -m 0755 %{buildroot}%{_bindir}/crimson-osd %{buildroot}%{_bindir}/ceph-osd +install -m 0755 %{__cmake_builddir}/lib/libseastar.so %{buildroot}%{_libdir} %endif install -m 0644 -D src/etc-rbdmap %{buildroot}%{_sysconfdir}/ceph/rbdmap @@ -2300,6 +2301,9 @@ fi %{_bindir}/ceph-erasure-code-tool %{_bindir}/ceph-objectstore-tool %{_bindir}/ceph-osd +%if 0%{with crimson} +%{_libdir}/libseastar.so +%endif %{_libexecdir}/ceph/ceph-osd-prestart.sh %{_mandir}/man8/ceph-clsinfo.8* %{_mandir}/man8/ceph-osd.8* @@ -2743,6 +2747,9 @@ exit 0 %{python3_sitelib}/ceph_node_proxy-* %changelog +* Fri Dec 5 2025 Kaleb S. KEITHLEY - 2:20.2.0-3 +- ceph-20.2.0, rhbz#2419150 + * Thu Dec 4 2025 Kaleb S. KEITHLEY - 2:20.2.0-2 - ceph-20.2.0, enable crimson