Initial commit
This commit is contained in:
commit
8e094c91c3
20
config.yaml
Normal file
20
config.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "spec"
|
||||
find: "%define target %{_target_cpu}-redhat-linux"
|
||||
replace: |
|
||||
%define target %{_target_cpu}-redhat-linux
|
||||
%ifarch x86_64_v2
|
||||
%define target x86_64-redhat-linux
|
||||
%endif
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
line:
|
||||
- "Overwrite target for x86_64_v2"
|
Loading…
Reference in New Issue
Block a user