!226 [sync] PR-225: 升级ceph至最新稳定版本18.2.2

From: @openeuler-sync-bot 
Reviewed-by: @liuqinfei 
Signed-off-by: @liuqinfei
This commit is contained in:
openeuler-ci-bot 2024-03-20 03:55:02 +00:00 committed by Gitee
commit ebe58803d2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 7 additions and 4 deletions

View File

@ -173,8 +173,8 @@
# main package definition # main package definition
################################################################################# #################################################################################
Name: ceph Name: ceph
Version: 18.2.1 Version: 18.2.2
Release: 3 Release: 1
%if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler} %if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler}
Epoch: 2 Epoch: 2
%endif %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 Group: System/Filesystems
%endif %endif
URL: http://ceph.com/ 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 #backport
Patch1: 0001-modify-xsimd-source-to-local-and-set-cxx17-for-arrow.patch 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 # common
################################################################################# #################################################################################
%prep %prep
%autosetup -p1 -n ceph-18.2.1 %autosetup -p1 -n ceph-18.2.2
%build %build
# Disable lto on systems that do not support symver attribute # Disable lto on systems that do not support symver attribute
@ -2631,6 +2631,9 @@ exit 0
%{_datadir}/snmp/mibs %{_datadir}/snmp/mibs
%changelog %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 * Thu Feb 1 2024 wangzengliang <wangzengliang2@huawei.com> - 2:18.2.1-3
- fix compilation with cython3 - fix compilation with cython3