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"