From 1885d22687f0f7cad0ddb963a496235a1e8515d8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Jan 17 2018 11:55:29 +0000 Subject: Restore "Provides: boost-python" for boost-python2 --- diff --git a/boost.spec b/boost.spec index 7d84acc..e8526c1 100644 --- a/boost.spec +++ b/boost.spec @@ -35,7 +35,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.64.0 %global version_enc 1_64_0 -Release: 6%{?dist} +Release: 7%{?dist} License: Boost and MIT and Python %global toplev_dirname %{name}_%{version_enc} @@ -339,6 +339,7 @@ conventional methods such as command-line and configuration file. %package python2 # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Obsoletes: python2-%{name} < %{version}-%{release} @@ -1558,6 +1559,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Wed Jan 17 2018 Jonathan Wakely - 1.64.0-7 +- Restore "Provides: boost-python" for boost-python2 + * Thu Dec 07 2017 Jonathan Wakely - 1.64.0-6 - Patch to fix #1516837