commit e86de9628a1df784ab5c1c46a58ed8612dec0951 Author: eabdullin Date: Tue Feb 10 14:24:05 2026 +0300 Exclude i686 diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..b43ce0a --- /dev/null +++ b/config.yaml @@ -0,0 +1,19 @@ +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"