commit cbe8f401b4f15c08f31bf0e4492fcae22f00a952 Author: eabdullin Date: Tue Feb 10 14:09:59 2026 +0300 Exclude i686 diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..d5d5a27 --- /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"