From a126573aebf0480d4b94e7310ad14187a071bd9d Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 10 Oct 2025 11:48:11 +0300 Subject: [PATCH] initial commit --- config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..22bbfe3 --- /dev/null +++ b/config.yaml @@ -0,0 +1,25 @@ +actions: + - replace: + - target: "spec" + find: "%global portablebuilddir /builddir/build/BUILD" + replace: | + %global portablebuilddir /builddir/build/BUILD + + %if 0%{?almalinux} + %ifarch riscv64 + %global portablesuffix el10 + %else + %global portablesuffix el8 + %endif + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Use el8 portable packages"