Accepting request 726858 from devel:tools:compiler

OBS-URL: https://build.opensuse.org/request/show/726858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwz?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2019-08-30 12:41:26 +00:00 committed by Git OBS Bridge
commit cd65a1d3e9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 28 12:47:09 UTC 2019 - Tom de Vries <tdevries@suse.com>
- Disable dwz:testsuite if %{with ringdisabled}
-------------------------------------------------------------------
Fri Aug 16 11:26:06 UTC 2019 - Tom de Vries <tdevries@suse.de>

View File

@ -18,7 +18,12 @@
%define flavor @BUILD_FLAVOR@%{nil}
%bcond_with ringdisabled
%if "%flavor" == "testsuite"
%if %{with ringdisabled}
ExclusiveArch: do_not_build
%endif
%define build_main 0
%define build_testsuite 1
%else