From 3e4932ac1f3ee680742569aea286a54fa15f5d850a38e3b7619c3eac6e44efd6 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 6 Mar 2019 15:41:47 +0000 Subject: [PATCH] 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 --- boost.changes | 5 +++++ boost.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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"