Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
3044376a3b |
@ -10,9 +10,10 @@ actions:
|
|||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
%if 0%{?rhel}
|
ExclusiveArch: x86_64 aarch64 s390x
|
||||||
ExcludeArch: i686 %{power64}
|
replace: |
|
||||||
|
%if 0%{?almalinux} >= 9
|
||||||
|
ExclusiveArch: x86_64 aarch64 s390x ppc64le
|
||||||
%else
|
%else
|
||||||
ExcludeArch: i686
|
ExclusiveArch: x86_64 aarch64 s390x
|
||||||
%endif
|
%endif
|
||||||
replace: "ExcludeArch: i686"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user