From a6767a3fd100fee22ad2ae46d90c305aa0d777ca Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Sat, 21 Feb 2026 16:02:16 +0000 Subject: [PATCH] Fix portablesuffix macros for AlmaLinux --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 0f9bf98..2495169 100644 --- a/config.yaml +++ b/config.yaml @@ -7,9 +7,9 @@ actions: %if 0%{?almalinux} %ifarch riscv64 - %global portablesuffix el10 + %global portablerhel 10 %else - %global portablesuffix el9 + %global portablerhel 9 %endif %endif count: 1