Undefine _include_frame_pointers for riscv64
This commit is contained in:
parent
4e6a37a97c
commit
aeb1743b5b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user