Exclude i686 architecture from build

This commit is contained in:
eabdullin 2026-02-10 16:34:52 +03:00
commit 3ab81aecba

19
config.yaml Normal file
View File

@ -0,0 +1,19 @@
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"