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