tomcat/config.yaml
2026-02-10 16:54:08 +03:00

20 lines
415 B
YAML

actions:
- replace:
- target: "spec"
find: "BuildArch: noarch"
replace: |
BuildArch: noarch
ExcludeArch: i686
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Eduard Abdullin"
email: "eabdullin@almalinux.org"
line:
- "Exclude i686 architecture from build"