diff --git a/ceph.spec b/ceph.spec index f34e8d289c2259fcf1bb917feaecbf770a31a435..50cf2e68602197cb41fbf458443fa1293fcd6b21 100644 --- a/ceph.spec +++ b/ceph.spec @@ -14,7 +14,7 @@ Summary: User space components of the Ceph file system Name: ceph Version: 18.2.8 -Release: 1%{?dist} +Release: 2%{?dist} License: (LGPL-2.1-or-later OR LGPL-3.0-only) and CC-BY-SA-3.0 and GPL-2.0-only and BSL-1.0 and BSD-3-Clause and MIT URL: http://ceph.com/ Source0: https://download.ceph.com/tarballs/ceph-%{version}.tar.gz @@ -680,6 +680,7 @@ export LDFLAGS="$RPM_LD_FLAGS" -DWITH_BABELTRACE:BOOL=OFF \ $CEPH_EXTRA_CMAKE_ARGS \ -DWITH_OCF:BOOL=ON \ + -DWITH_JAEGER:BOOL=OFF \ -DWITH_SYSTEM_LIBURING:BOOL=ON \ -DWITH_SYSTEM_BOOST:BOOL=OFF \ -DWITH_LIBRADOSSTRIPER:BOOL=ON \ @@ -1569,6 +1570,10 @@ exit 0 %{python3_sitelib}/ceph_node_proxy-* %changelog +* Mon Aug 17 2026 clarehkli - 18.2.8-2 +- [Type] security +- [DESC] test + * Mon Jun 15 2026 cunlongli - 18.2.8-1 - [Type] security - [DESC] upgrade to 18.2.8 to fix CVE-2024-31884