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:
parent
d723365aa0
commit
8134b7b868
@ -1,4 +1,4 @@
|
||||
<multibuild>
|
||||
<flavor>coreutils-single</flavor>
|
||||
<flavor>coreutils-testsuite</flavor>
|
||||
<flavor>single</flavor>
|
||||
<flavor>testsuite</flavor>
|
||||
</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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user