Use modify_release instead of replace for .alma.1 suffix

This commit is contained in:
Andrew Lukoshko 2026-03-11 16:23:58 +00:00
parent 963d7d34d3
commit b05b32b4d7

View File

@ -1,9 +1,7 @@
actions:
- replace:
- target: "spec"
find: "Release: 10%{?dist}"
replace: "Release: 10%{?dist}.alma.1"
count: 1
- modify_release:
- suffix: ".alma.1"
enabled: true
- changelog_entry:
- name: "Andrew Lukoshko"