Compare commits

...

1 Commits
a10s ... a9

Author SHA1 Message Date
eabdullin
3044376a3b Bring kvm on ppc 2025-04-08 16:11:44 +03:00

View File

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