From fe65d2e3426b74e05b7f7f116a1f73c1bdf692eaa10ba97d8010f018b85b8784 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 Apr 2022 08:24:40 +0000 Subject: [PATCH] - remove builddisabled conditions for rings - will be done now as BuildFlags: excludebuilds OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=331 --- coreutils.changes | 3 ++- coreutils.spec | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/coreutils.changes b/coreutils.changes index 35d261b..0c3945b 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,7 +1,8 @@ ------------------------------------------------------------------- Tue Apr 26 08:21:58 UTC 2022 - Dirk Müller -- restore build-disable only for the non-default multibuilds +- remove builddisabled conditions for rings - will be done now as + BuildFlags: excludebuilds ------------------------------------------------------------------- Sun Apr 24 09:49:04 UTC 2022 - Bernhard Voelker diff --git a/coreutils.spec b/coreutils.spec index 1fe1afe..0a1e3c6 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -23,9 +23,6 @@ %bcond_with ringdisabled %if "%{flavor}" != "" %define psuffix -%{flavor} -%if %{with ringdisabled} -ExclusiveArch: do_not_build -%endif %else %define psuffix %{nil} %endif