From 6585f3fb6e5e46a9d295d494726e3a6e777a00aa Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 24 Jun 2022 10:41:39 +0100 Subject: [PATCH] Restore Provides for boost-python3-devel (#2100748) This doesn't restore the Provides: boost-nowide-devel as that is only used in one package, which is already changing. The Provides: boost-jam isn't needed either. --- boost.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index afc01ed..da8514a 100644 --- a/boost.spec +++ b/boost.spec @@ -42,7 +42,7 @@ Name: boost %global real_name boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.78.0 -Release: 5%{?dist} +Release: 6%{?dist} License: Boost and MIT and Python # Replace each . with _ in %%{version} @@ -474,6 +474,9 @@ Requires: libquadmath-devel%{?_isa} %if %{with python3} # Require boost-numpy3 here, because main boost metapackage only Recommends: it Requires: %{name}-numpy3%{?_isa} = %{version}-%{release} +# Old Provides: for compatibility with packages that still require it. +Provides: %{name}-python3-devel = %{version}-%{release} +Provides: %{name}-python3-devel%{?_isa} = %{version}-%{release} %endif %description devel @@ -1289,6 +1292,9 @@ fi %{_mandir}/man1/b2.1* %changelog +* Fri Jun 24 2022 Jonathan Wakely - 1.78.0-6 +- Restore Provides for boost-python3-devel (#2100748) + * Wed Jun 22 2022 Laurent Rineau - 1.78.0-5 - Fix the CMake config file for openmpi and mpich