actions: - replace: - target: "spec" find: | %global tools_only 0 %ifarch %{power64} %global tools_only 1 %endif replace: | %global tools_only 0 %if 0%{?almalinux} < 9 %ifarch %{power64} %global tools_only 1 %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"