From 39e714c451d888bb42c47cd02f81534f0b0f02e40742e404416376fba5e0a096 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 26 Nov 2021 21:11:57 +0000 Subject: [PATCH] Accepting request 934053 from home:matz2:branches: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. OBS-URL: https://build.opensuse.org/request/show/934053 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=608 --- glibc.changes | 5 +++++ glibc.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/glibc.changes b/glibc.changes index 01954db..cc5088b 100644 --- a/glibc.changes +++ b/glibc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 26 13:38:02 UTC 2021 - Michael Matz + +- Enable building the cross packages in rings. + ------------------------------------------------------------------- Wed Nov 16 17:22:28 UTC 2021 - Giuliano Belinassi diff --git a/glibc.spec b/glibc.spec index cea999f..8908c19 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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}}