rhbz 2419150

This commit is contained in:
Kaleb S. KEITHLEY
2025-12-05 15:03:14 -05:00
parent 39ab64deb9
commit cf2bdd5f8e
+8 -1
View File
@@ -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 <kkeithle[at]redhat.com> - 2:20.2.0-3
- ceph-20.2.0, rhbz#2419150
* Thu Dec 4 2025 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:20.2.0-2
- ceph-20.2.0, enable crimson