SHA256
1
0
forked from pool/coreutils

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
This commit is contained in:
Bernhard Voelker 2020-01-29 14:45:22 +00:00 committed by Git OBS Bridge
parent d723365aa0
commit 8134b7b868
3 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<multibuild>
<flavor>coreutils-single</flavor>
<flavor>coreutils-testsuite</flavor>
<flavor>single</flavor>
<flavor>testsuite</flavor>
</multibuild>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 28 08:13:51 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- 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 <mail@bernhard-voelker.de>

View File

@ -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