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:
commit
cd65a1d3e9
@ -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>
|
Fri Aug 16 11:26:06 UTC 2019 - Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
|
5
dwz.spec
5
dwz.spec
@ -18,7 +18,12 @@
|
|||||||
|
|
||||||
%define flavor @BUILD_FLAVOR@%{nil}
|
%define flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
|
||||||
|
%bcond_with ringdisabled
|
||||||
|
|
||||||
%if "%flavor" == "testsuite"
|
%if "%flavor" == "testsuite"
|
||||||
|
%if %{with ringdisabled}
|
||||||
|
ExclusiveArch: do_not_build
|
||||||
|
%endif
|
||||||
%define build_main 0
|
%define build_main 0
|
||||||
%define build_testsuite 1
|
%define build_testsuite 1
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user