Compare commits

..

No commits in common. "a9" and "a10s" have entirely different histories.
a9 ... a10s

View File

@ -10,10 +10,9 @@ actions:
- replace: - replace:
- target: "spec" - target: "spec"
find: | find: |
ExclusiveArch: x86_64 aarch64 s390x %if 0%{?rhel}
replace: | ExcludeArch: i686 %{power64}
%if 0%{?almalinux} >= 9
ExclusiveArch: x86_64 aarch64 s390x ppc64le
%else %else
ExclusiveArch: x86_64 aarch64 s390x ExcludeArch: i686
%endif %endif
replace: "ExcludeArch: i686"