From c424db88344b8ba070fa73fc870f15c21671cee4 Mon Sep 17 00:00:00 2001 From: Denis Arnaud Date: Mon, 21 Jan 2019 00:48:53 +0100 Subject: [PATCH] Fixed a typo with %{name}-python (the 2 was missing) --- boost.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 11f97a2..4a5593f 100644 --- a/boost.spec +++ b/boost.spec @@ -544,7 +544,7 @@ API over the OpenMPI implementation of MPI. %package openmpi-python2 Summary: Python 2 run-time component of Boost.MPI library Requires: %{name}-openmpi%{?_isa} = %{version}-%{release} -Requires: %{name}-python%{?_isa} = %{version}-%{release} +Requires: %{name}-python2%{?_isa} = %{version}-%{release} Requires: %{name}-serialization%{?_isa} = %{version}-%{release} Requires: python2-openmpi%{?_isa} # Added for F29, remove for F31: