26 lines
589 B
YAML
26 lines
589 B
YAML
actions:
|
|
- replace:
|
|
- target: "spec"
|
|
find: |
|
|
%ifarch armv7hl
|
|
ktlsopt=disable-ktls
|
|
%endif
|
|
replace: |
|
|
%ifarch armv7hl
|
|
ktlsopt=disable-ktls
|
|
%endif
|
|
%ifarch x86_64_v2
|
|
sslarch=linux-x86_64
|
|
%endif
|
|
count: 1
|
|
|
|
- modify_release:
|
|
- suffix: ".alma.1"
|
|
enabled: true
|
|
|
|
- changelog_entry:
|
|
- name: "Eduard Abdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Redefine sslarch for x86_64_v2 arch"
|