From cbe8f401b4f15c08f31bf0e4492fcae22f00a952 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 10 Feb 2026 14:09:59 +0300 Subject: [PATCH] Exclude i686 --- config.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.yaml 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"