Accepting request 934170 from Base:System

- Enable building the cross packages in rings.
We need this because also the cross compilers are built
in the rings.  OBS meanwhile has better support for multibuild
packages split over different rings, so it's not necessary anymore
do special case rings. (forwarded request 934053 from matz2)

OBS-URL: https://build.opensuse.org/request/show/934170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=256
This commit is contained in:
Dominique Leuenberger 2021-12-05 21:45:44 +00:00 committed by Git OBS Bridge
commit fda1fe8bfd
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 26 13:38:02 UTC 2021 - Michael Matz <matz@suse.com>
- Enable building the cross packages in rings.
-------------------------------------------------------------------
Wed Nov 16 17:22:28 UTC 2021 - Giuliano Belinassi <giuliano.belinassi@suse.com>

View File

@ -97,9 +97,6 @@ ExclusiveArch: do_not_build
%define build_cross 1
%undefine _build_create_debug
ExcludeArch: %{cross_arch}
%if %{with ringdisabled}
ExclusiveArch: do_not_build
%endif
%endif
%define host_arch %{?cross_arch}%{!?cross_arch:%{_target_cpu}}