- 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
This commit is contained in:
Dirk Mueller 2022-04-26 08:24:40 +00:00 committed by Git OBS Bridge
parent f3e42f5ec3
commit fe65d2e342
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,8 @@
-------------------------------------------------------------------
Tue Apr 26 08:21:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mail@bernhard-voelker.de>

View File

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