Accepting request 974890 from home:marxin:branches:devel:gcc

- Fix ExcludeArch for ppc.

OBS-URL: https://build.opensuse.org/request/show/974890
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=405
This commit is contained in:
Martin Liška 2022-05-04 10:36:02 +00:00 committed by Git OBS Bridge
parent 473303228c
commit ee641bff33
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 4 10:22:26 UTC 2022 - Martin Liška <mliska@suse.cz>
- Fix ExcludeArch for ppc.
-------------------------------------------------------------------
Wed May 4 07:10:59 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -28,16 +28,12 @@
%if "%{flavor}" == "i386"
ExcludeArch: %ix86
%else
%if "%{flavor}" == "ppc"
ExcludeArch: powerpc
%else
%if "%{flavor}" == "arm"
ExcludeArch: %arm
%else
ExcludeArch: %{flavor}
%endif
%endif
%endif
%endif