rhbz 2419150
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user