From 83bcf8daf27b72b73a67801c6ea0bcb8ddd8e9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 09:18:07 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- boost.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 6186d3c..9bdd58c 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: 0.7%{?dist} +Release: 0.8%{?dist} License: Boost and MIT and Python %global toplev_dirname %{name}_%{version_enc} @@ -335,6 +335,7 @@ conventional methods such as command-line and configuration file. %package -n python2-boost %{?python_provide:%python_provide python2-boost} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Summary: Run-time component of boost python library @@ -1550,6 +1551,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1.64.0-0.8 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.64.0-0.7 - Python 2 binary package renamed to python2-boost See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3