virtiofsd/config.yaml
2025-04-08 16:11:44 +03:00

20 lines
530 B
YAML

actions:
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Enable build on ppc64le"
- replace:
- target: "spec"
find: |
ExclusiveArch: x86_64 aarch64 s390x
replace: |
%if 0%{?almalinux} >= 9
ExclusiveArch: x86_64 aarch64 s390x ppc64le
%else
ExclusiveArch: x86_64 aarch64 s390x
%endif