From 3ab81aecba37c2013ba7332253f2f311da964cf5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 10 Feb 2026 16:34:52 +0300 Subject: [PATCH] Exclude i686 architecture from build --- 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..cf94cb6 --- /dev/null +++ b/config.yaml @@ -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"