diff --git a/ceph-18.2.1.tar.gz b/ceph-18.2.2.tar.gz similarity index 90% rename from ceph-18.2.1.tar.gz rename to ceph-18.2.2.tar.gz index c23ecaf..3f4b50e 100644 Binary files a/ceph-18.2.1.tar.gz and b/ceph-18.2.2.tar.gz differ diff --git a/ceph.spec b/ceph.spec index bbf396c..35d7f63 100644 --- a/ceph.spec +++ b/ceph.spec @@ -173,8 +173,8 @@ # main package definition ################################################################################# Name: ceph -Version: 18.2.1 -Release: 3 +Version: 18.2.2 +Release: 1 %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} Epoch: 2 %endif @@ -189,7 +189,7 @@ License: LGPL-2.1 and LGPL-3.0 and CC-BY-SA-3.0 and GPL-2.0 and BSL-1.0 and BSD- Group: System/Filesystems %endif URL: http://ceph.com/ -Source0: %{?_remote_tarball_prefix}ceph-18.2.1.tar.gz +Source0: %{?_remote_tarball_prefix}ceph-18.2.2.tar.gz #backport Patch1: 0001-modify-xsimd-source-to-local-and-set-cxx17-for-arrow.patch @@ -1301,7 +1301,7 @@ This package provides a Ceph MIB for SNMP traps. # common ################################################################################# %prep -%autosetup -p1 -n ceph-18.2.1 +%autosetup -p1 -n ceph-18.2.2 %build # Disable lto on systems that do not support symver attribute @@ -2631,6 +2631,9 @@ exit 0 %{_datadir}/snmp/mibs %changelog +* Tue Mar 12 2024 wangzengliang - 2:18.2.2-1 +- upgrade ceph to 18.2.2 + * Thu Feb 1 2024 wangzengliang - 2:18.2.1-3 - fix compilation with cython3