Add auto_increment

This commit is contained in:
eabdullin 2026-07-23 13:47:37 +03:00
parent 15050b745a
commit 1a9252ed0d

View File

@ -1,9 +1,9 @@
actions:
- replace:
- target: "spec"
find: "%global portablebuilddir /builddir/build/BUILD"
find: "%global portablesuffix el%{portablerhel}"
replace: |
%global portablebuilddir /builddir/build/BUILD
%global portablesuffix el%{portablerhel}
%if 0%{?almalinux}
%ifarch riscv64
@ -16,6 +16,7 @@ actions:
- modify_release:
- suffix: ".alma.1"
enabled: true
auto_increment: true
- changelog_entry:
- name: "Eduard Abdullin"