Compare commits

..

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

View File

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