From 8134b7b868920c3ed237f5b48e32ff4116c9dbaf5c1e72cdbcc72e2bb72abcd6 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Wed, 29 Jan 2020 14:45:22 +0000 Subject: [PATCH] Accepting request 768253 from home:lnussel:branches:Base:System - disable single and testsuite builds in rings/staging - remove duplicate "coreutils" in flavor to make it look nicer in OBS OBS-URL: https://build.opensuse.org/request/show/768253 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=301 --- _multibuild | 4 ++-- coreutils.changes | 6 ++++++ coreutils.spec | 10 ++++++++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/_multibuild b/_multibuild index 4c0ab8a..eb2bf3f 100644 --- a/_multibuild +++ b/_multibuild @@ -1,4 +1,4 @@ - coreutils-single - coreutils-testsuite + single + testsuite diff --git a/coreutils.changes b/coreutils.changes index 772d786..3af249b 100644 --- a/coreutils.changes +++ b/coreutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 28 08:13:51 UTC 2020 - Ludwig Nussel + +- disable single and testsuite builds in rings/staging +- remove duplicate "coreutils" in flavor to make it look nicer in OBS + ------------------------------------------------------------------- Mon Jan 20 15:00:06 UTC 2020 - Bernhard Voelker diff --git a/coreutils.spec b/coreutils.spec index b866a4d..6195358 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -16,12 +16,18 @@ # +%bcond_with ringdisabled + %global build_flavor @BUILD_FLAVOR@%{nil} %if "%build_flavor" == "" -%global build_flavor coreutils +%undefine build_flavor +%else +%if %{with ringdisabled} +ExclusiveArch: do_not_build +%endif %endif -Name: %build_flavor +Name: coreutils%{?build_flavor:-%build_flavor} Summary: GNU Core Utilities License: GPL-3.0-or-later Group: System/Base