diff --git a/python-pyeclib.spec b/python-pyeclib.spec index 137f5ae..aa9b6ff 100644 --- a/python-pyeclib.spec +++ b/python-pyeclib.spec @@ -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 - 1.6.1-2 +- Fix loongarch64 build error + * Wed Jul 19 2023 Dongxing Wang - 1.6.1-1 - Update package to version 1.6.1