vdo/config.yaml
2026-02-10 16:57:42 +03:00

30 lines
629 B
YAML

actions:
- replace:
- target: "spec"
find: |
%if 0%{?fedora}
ExcludeArch: %{ix86}
%endif
replace: |
ExcludeArch: %{ix86}
count: 1
- modify_release:
- suffix: ".alma.2"
enabled: true
- changelog_entry:
- name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org"
line:
- "Add RISC-V support from openEuler"
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Exclude i686 architecture from build"
- add_files:
- type: "patch"
name: "0001-Add-RISC-V-support.patch"
number: 1001