commit 0c72527d9bc4e789bb6fc3546b89c87d33a2dc13 Author: Sofia Boldyreva Date: Mon Jan 27 14:47:52 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..b040dfa --- /dev/null +++ b/config.yaml @@ -0,0 +1,26 @@ +actions: + - replace: + - target: "spec" + find: | + %if 0%{?rhel} + # No qemu-kvm on POWER (RHBZ#1946532). + ExcludeArch: %{power64} + %endif + replace: | + %if 0%{?rhel} + %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"