From 97b4d84a2a6f24fc1750fb66b2e103ebd7b34e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 20 Aug 2017 10:39:17 -0400 Subject: [PATCH] Add Provides for the old name without %_isa --- OpenIPMI.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index 5f37612..afb66a5 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -5,7 +5,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 2.0.23 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ and GPLv2+ or BSD Group: System Environment/Base URL: http://sourceforge.net/projects/openipmi/ @@ -62,6 +62,7 @@ The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI. %{?python_provide:%python_provide python2-openipmi} %{?python_provide:%python_provide python2-OpenIPMI} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Group: Development/Libraries @@ -229,6 +230,9 @@ fi %doc %{_mandir}/man5/ipmi_sim_cmd.5* %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 2.0.23-5 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.23-4 - Python 2 binary package renamed to python2-openipmi See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3