23 lines
554 B
YAML
23 lines
554 B
YAML
|
actions:
|
||
|
- replace:
|
||
|
- target: "spec"
|
||
|
find: |
|
||
|
# No qemu-kvm on POWER (RHBZ#1946532).
|
||
|
ExcludeArch: %{power64}
|
||
|
replace: |
|
||
|
%if 0%{?almalinux} < 10
|
||
|
# No qemu-kvm on POWER (RHBZ#1946532).
|
||
|
ExcludeArch: %{power64}
|
||
|
%endif
|
||
|
count: 1
|
||
|
|
||
|
- modify_release:
|
||
|
- suffix: ".alma.1"
|
||
|
enabled: true
|
||
|
|
||
|
- changelog_entry:
|
||
|
- name: "Eduard Abdullin"
|
||
|
email: "eabdullin@almalinux.org"
|
||
|
line:
|
||
|
- "Enable building for ppc64le"
|