Add sw64 architecture

Signed-off-by: wzx <wuzx1226@qq.com>
This commit is contained in:
wzx 2022-11-02 17:32:19 +08:00
parent b45ce40982
commit 874e2535c3
2 changed files with 1865 additions and 1 deletions

1857
ceph-16.2.7-sw.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@ -125,7 +125,7 @@
#################################################################################
Name: ceph
Version: 16.2.7
Release: 6
Release: 7
%if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler}
Epoch: 2
%endif
@ -150,6 +150,7 @@ Patch4: 0004-cmake-add-support-python-3.10.patch
Patch5: 0005-ceph-volume-lvm-api-function-no-undefined.patch
Patch6: 0006-ceph-volume-decrease-number-of-pvs-calls-in-lvm-list.patch
Patch7: 0007-bluestore-use-direct-write-for-bdevlabel.patch
Patch8: ceph-16.2.7-sw.patch
%if 0%{?suse_version}
# _insert_obs_source_lines_here
ExclusiveArch: x86_64 aarch64 ppc64le s390x
@ -1209,6 +1210,9 @@ This package provides Ceph default alerts for Prometheus.
#################################################################################
%prep
%autosetup -p1 -n ceph-16.2.7
%ifnarch sw_64
%patch8 -R -p1
%endif
%build
# LTO can be enabled as soon as the following GCC bug is fixed:
@ -2488,6 +2492,9 @@ exit 0
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
%changelog
* Wed Oct 26 2022 wuzx<wuzx1226@qq.com> - 2:16.2.7-7
- Add sw64 architecture
* Wed Sep 28 2022 luo rixin <luorixin@huawei.com> - 2:16.2.7-6
- fix osd read superblock error