Undefine _include_frame_pointers for riscv64

This commit is contained in:
Andrew Lukoshko 2025-08-21 17:16:18 +00:00
commit 9f481a6db0

23
config.yaml Normal file
View File

@ -0,0 +1,23 @@
actions:
- replace:
- target: "spec"
find: |
Name: python-%{modname}
replace: |
%ifarch riscv64
# to avoid compile time errors
%undefine _include_frame_pointers
%endif
Name: python-%{modname}
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Undefine _include_frame_pointers for riscv64"