Accepting request 682240 from home:adamm:boost_gcc9_test

- Add missing build conditions for -extra flavour

OBS-URL: https://build.opensuse.org/request/show/682240
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=228
This commit is contained in:
Adam Majer 2019-03-06 15:41:47 +00:00 committed by Git OBS Bridge
parent 1b2bc76a93
commit 3e4932ac1f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 6 15:24:01 UTC 2019 - Adam Majer <adam.majer@suse.de>
- Add missing build conditions for -extra flavour
-------------------------------------------------------------------
Fri Feb 1 08:35:06 UTC 2019 - cgoll@suse.com

View File

@ -39,9 +39,6 @@
%if "@BUILD_FLAVOR@" == "%nil"
%define build_base 0
%define name_suffix %{nil}
%bcond_with hpc
%bcond_without python3
%bcond_without python2
ExclusiveArch: do_not_build
%endif
@ -54,6 +51,8 @@ ExclusiveArch: do_not_build
%if "@BUILD_FLAVOR@" == "extra"
%define build_base 0
%define name_suffix -extra
%bcond_without python3
%bcond_without python2
%endif
%if "@BUILD_FLAVOR@" == "gnu-hpc"