From 9006fb19fc772cd2dcd3e17ff74a13c3d2f8d8ed Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Aug 20 2017 14:41:01 +0000 Subject: Add Provides for the old name without %_isa --- diff --git a/pyodbc.spec b/pyodbc.spec index dab14fc..ce1e625 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -11,7 +11,7 @@ Name: pyodbc Version: 3.0.10 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT @@ -37,6 +37,7 @@ Summary: %summary Requires: unixODBC, python >= 2.4 %{?python_provide:%python_provide python2-%{modulename}} # Remove before F30 +Provides: pyodbc = %{version}-%{release} Provides: pyodbc%{?_isa} = %{version}-%{release} Obsoletes: pyodbc < %{version}-%{release} @@ -102,6 +103,9 @@ popd %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 3.0.10-11 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.0.10-10 - Python 2 binary package renamed to python2-pyodbc See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3