From bdfe4418f788d792cadf227e9b060f13f91987d5 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 10 Feb 2026 16:39:33 +0300 Subject: [PATCH] Exclude i686 architecture from build --- config.yaml | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index ae1d3b0..f690d2a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,15 +1,28 @@ actions: + - target: "spec" + find: | + %if 0%{?fedora} + ExcludeArch: %{ix86} + %endif + replace: | + ExcludeArch: %{ix86} + count: 1 + - modify_release: - suffix: ".alma.1" enabled: true - changelog_entry: - - name: "Andrew Lukoshko" - email: "alukoshko@almalinux.org" - line: - - "Add RISC-V support from openEuler" + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Add RISC-V support from openEuler" + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Exclude i686 architecture from build" - add_files: - - type: "patch" - name: "0001-Add-RISC-V-support.patch" - number: 1001 + - type: "patch" + name: "0001-Add-RISC-V-support.patch" + number: 1001