upgrade ceph to 18.2.2

Signed-off-by: wangzengliang1 <wangzengliang2@huawei.com>
(cherry picked from commit 79d53b153fe5423df09d0d7c68a93c8806d51a89)
This commit is contained in:
wangzengliang1 2024-03-12 16:37:16 +08:00 committed by openeuler-sync-bot
parent 9b09f9a9a9
commit f933474f34
2 changed files with 7 additions and 4 deletions

View File

@ -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 <wangzengliang2@huawei.com> - 2:18.2.2-1
- upgrade ceph to 18.2.2
* Thu Feb 1 2024 wangzengliang <wangzengliang2@huawei.com> - 2:18.2.1-3
- fix compilation with cython3