11#disable debuginfo because ceph-debuginfo rpm is too large
22%define debug_package %{nil }
33%define _unpackaged_files_terminate_build 0
4-
4+
55Summary: User space components of the Ceph file system
66Name: ceph
77Version: 18.2.2
8- Release: 3 %{?dist }
8+ Release: 4 %{?dist }
99License: LGPLv2 and LGPLv3 and CC-BY-SA and GPLv2 and Boost and BSD and MIT and Public Domain and GPLv3 and ASL-2.0
1010URL: https://ceph.io/
1111Vendor: Microsoft Corporation
@@ -14,6 +14,10 @@ Source0: https://download.ceph.com/tarballs/%{name}-%{version}.tar.gz
1414Patch0: 0034-src-pybind-rbd-rbd.pyx.patch
1515Patch1: 0032-cmake-modules-BuildBoost.cmake.patch
1616Patch2: CVE-2024-52338.patch
17+ Patch3: CVE-2014-5461.patch
18+ Patch4: CVE-2020-22217.patch
19+ Patch5: CVE-2015-9251.patch
20+ Patch6: CVE-2012-6708.patch
1721#
1822# Copyright (C) 2004-2019 The Ceph Project Developers. See COPYING file
1923# at the top-level directory of this distribution and at
@@ -895,7 +899,7 @@ This package provides a Ceph hardware monitoring agent.
895899# common
896900#################################################################################
897901%prep
898- %autosetup -p1
902+ %autosetup -p1
899903
900904%build
901905pwd
@@ -2004,6 +2008,12 @@ exit 0
20042008
20052009
20062010%changelog
2011+ * Tue Jan 28 2025 Kevin Lockwood <v-klockwood@microsoft.com> - 18.2.2-4
2012+ - Fix for CVE-2014-5461
2013+ - Fix for CVE-2020-22217
2014+ - Fix for CVE-2015-9251
2015+ - Fix for CVE-2012-6708
2016+
20072017* Tue Jan 01 2025 Sandeep Karambelkar <skarambelkar@microsoft.com> - 18.2.2-3
20082018- Based on the package build logs, opentelemetry-cpp submodule is not being built
20092019- Removing opentelemetry-cpp to address below CVEs as this submodule is not relevant
0 commit comments