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:
parent
d723365aa0
commit
8134b7b868
@ -1,4 +1,4 @@
|
|||||||
<multibuild>
|
<multibuild>
|
||||||
<flavor>coreutils-single</flavor>
|
<flavor>single</flavor>
|
||||||
<flavor>coreutils-testsuite</flavor>
|
<flavor>testsuite</flavor>
|
||||||
</multibuild>
|
</multibuild>
|
||||||
|
@ -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>
|
Mon Jan 20 15:00:06 UTC 2020 - Bernhard Voelker <mail@bernhard-voelker.de>
|
||||||
|
|
||||||
|
@ -16,12 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_with ringdisabled
|
||||||
|
|
||||||
%global build_flavor @BUILD_FLAVOR@%{nil}
|
%global build_flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%build_flavor" == ""
|
%if "%build_flavor" == ""
|
||||||
%global build_flavor coreutils
|
%undefine build_flavor
|
||||||
|
%else
|
||||||
|
%if %{with ringdisabled}
|
||||||
|
ExclusiveArch: do_not_build
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: %build_flavor
|
Name: coreutils%{?build_flavor:-%build_flavor}
|
||||||
Summary: GNU Core Utilities
|
Summary: GNU Core Utilities
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
|
Loading…
Reference in New Issue
Block a user