Disable binutils-gold for RISC-V
This commit is contained in:
commit
8e8717e0d5
19
config.yaml
Normal file
19
config.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: "BuildRequires: binutils-gold"
|
||||
replace: |
|
||||
%ifnarch riscv64
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
line:
|
||||
- "AlmaLinux change: Disable binutils-gold for RISC-V"
|
||||
Loading…
Reference in New Issue
Block a user