fix lack of python symbol
This commit is contained in:
parent
6faad7d1ef
commit
cc6458e881
@ -125,7 +125,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 16.2.7
|
Version: 16.2.7
|
||||||
Release: 14
|
Release: 15
|
||||||
%if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler}
|
%if 0%{?fedora} || 0%{?rhel} || 0%{?openEuler}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
@ -176,6 +176,7 @@ BuildRequires: sharutils
|
|||||||
BuildRequires: checkpolicy
|
BuildRequires: checkpolicy
|
||||||
BuildRequires: selinux-policy-devel
|
BuildRequires: selinux-policy-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: python3-unversioned-command
|
||||||
BuildRequires: gperf
|
BuildRequires: gperf
|
||||||
BuildRequires: cmake > 3.5
|
BuildRequires: cmake > 3.5
|
||||||
BuildRequires: cryptsetup
|
BuildRequires: cryptsetup
|
||||||
@ -1714,6 +1715,8 @@ fi
|
|||||||
%{_datadir}/ceph/mgr/mgr_util.*
|
%{_datadir}/ceph/mgr/mgr_util.*
|
||||||
%{_unitdir}/ceph-mgr@.service
|
%{_unitdir}/ceph-mgr@.service
|
||||||
%{_unitdir}/ceph-mgr.target
|
%{_unitdir}/ceph-mgr.target
|
||||||
|
%exclude %{_datadir}/ceph/mgr/__pycache__/mgr_module.*
|
||||||
|
%exclude %{_datadir}/ceph/mgr/__pycache__/mgr_util.*
|
||||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr
|
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mgr
|
||||||
|
|
||||||
%post mgr
|
%post mgr
|
||||||
@ -2501,6 +2504,9 @@ exit 0
|
|||||||
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
%config %{_sysconfdir}/prometheus/ceph/ceph_default_alerts.yml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 6 2023 liuqinfei<liuqinfei@hisilicon.com> - 2:16.2.7-15
|
||||||
|
- fix no python symbol for python3
|
||||||
|
|
||||||
* Thu Jan 12 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2:16.2.7-14
|
* Thu Jan 12 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 2:16.2.7-14
|
||||||
- add loongarch support for ceph
|
- add loongarch support for ceph
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user