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