Undefine _include_frame_pointers for riscv64

This commit is contained in:
Andrew Lukoshko 2025-08-21 17:18:09 +00:00 committed by root
parent 4e6a37a97c
commit aeb1743b5b

View File

@ -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 <alukoshko@almalinux.org> - 3.0.3-5.alma.1
- Undefine _include_frame_pointers for riscv64
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.0.3-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018