Exclude i686 architecture from build
This commit is contained in:
parent
955d132f00
commit
bdfe4418f7
27
config.yaml
27
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user