From 204b6db7dffde3893472acf4416adfcf615346c4 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 28 Feb 2018 17:36:39 +0000 Subject: [PATCH] Move Requires: boost-container out of conditional block. --- boost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index d9d0775..1c1dbee 100644 --- a/boost.spec +++ b/boost.spec @@ -58,8 +58,8 @@ Source2: libboost_thread.so # (doc, doctools, examples, jam, static). Requires: boost-atomic%{?_isa} = %{version}-%{release} Requires: boost-chrono%{?_isa} = %{version}-%{release} -%if %{with context} Requires: boost-container%{?_isa} = %{version}-%{release} +%if %{with context} Requires: boost-context%{?_isa} = %{version}-%{release} Requires: boost-coroutine%{?_isa} = %{version}-%{release} %endif @@ -1557,6 +1557,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Wed Feb 28 2018 Jonathan Wakely - 1.64.0-5 +- Move Requires: boost-container out of conditional block. + * Tue Feb 27 2018 Jonathan Wakely - 1.64.0-5 - Ensure boost metapackage installs boost-container.