Fix loongarch64 build error

This commit is contained in:
zhangxianting 2024-06-27 17:59:05 +08:00
parent 48880d23c5
commit b9398f6a71

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-pyeclib
Version: 1.6.1
Release: 1
Release: 2
Summary: Python interface to erasure codes
License: BSD
URL: http://git.openstack.org/cgit/openstack/pyeclib/
@ -10,6 +10,9 @@ Source0: https://files.pythonhosted.org/packages/c8/9a/3c4362db5f46d5b139
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: liberasurecode-devel
%ifarch loongarch64
BuildRequires: chrpath
%endif
%description
This library provides a simple Python interface for implementing erasure
@ -44,6 +47,9 @@ This is v0.9 of PyECLib. This library provides a simple Python interface for imp
%changelog
* Thu Jun 27 2024 zhangxianting <zhangxianting@uniontech.com> - 1.6.1-2
- Fix loongarch64 build error
* Wed Jul 19 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.6.1-1
- Update package to version 1.6.1