diff --git a/python-greenlet.spec b/python-greenlet.spec index e2db53f..3fb204f 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,8 +1,13 @@ %global modname greenlet +%ifarch riscv64 +# to avoid compile time errors +%undefine _include_frame_pointers +%endif + Name: python-%{modname} Version: 3.0.3 -Release: 5%{?dist} +Release: 5%{?dist}.alma.1 Summary: Lightweight in-process concurrent programming License: MIT AND PSF-2.0 URL: https://github.com/python-greenlet/greenlet @@ -67,6 +72,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" \ %{_includedir}/python%{python3_version}*/%{modname}/ %changelog +* Thu Aug 21 2025 Andrew Lukoshko - 3.0.3-5.alma.1 +- Undefine _include_frame_pointers for riscv64 + * Tue Oct 29 2024 Troy Dawson - 3.0.3-5 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018