From 1a9252ed0dd39d32dcf1e852f0897c22050f9f46 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 23 Jul 2026 13:47:37 +0300 Subject: [PATCH] Add auto_increment --- config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index a490ce2..8ec491f 100644 --- a/config.yaml +++ b/config.yaml @@ -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"