21 lines
518 B
YAML
21 lines
518 B
YAML
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"
|