From c417aea9783ff290577ddda07f3cc3dcb2427444 Mon Sep 17 00:00:00 2001 From: clarehkli Date: Mon, 17 Aug 2026 19:38:08 +0800 Subject: [PATCH] test --- ceph.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ceph.spec b/ceph.spec index f34e8d2..50cf2e6 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 -- Gitee