diff --git a/boost.changes b/boost.changes index 15a5593..5ebf845 100644 --- a/boost.changes +++ b/boost.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 6 15:24:01 UTC 2019 - Adam Majer + +- Add missing build conditions for -extra flavour + ------------------------------------------------------------------- Fri Feb 1 08:35:06 UTC 2019 - cgoll@suse.com diff --git a/boost.spec b/boost.spec index 6de5e49..25664de 100644 --- a/boost.spec +++ b/boost.spec @@ -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"