composefs/config.yaml
2026-02-10 16:35:43 +03:00

20 lines
477 B
YAML

actions:
- replace:
- target: "spec"
find: "Requires: %{name}-libs = %{version}-%{release}"
replace: |
Requires: %{name}-libs = %{version}-%{release}
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"