From 1203d82eacce716988244388f7556aecf3b6a43e Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 20 Jan 2025 21:21:08 +0100 Subject: [PATCH] Initial commit --- config.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..1236450 --- /dev/null +++ b/config.yaml @@ -0,0 +1,22 @@ +actions: + - replace: + - target: "spec" + find: | + # No qemu-kvm on POWER (RHBZ#1946532). + ExcludeArch: %{power64} + replace: | + %if 0%{?almalinux} < 10 + # No qemu-kvm on POWER (RHBZ#1946532). + ExcludeArch: %{power64} + %endif + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Enable building for ppc64le"