diff --git a/pyodbc.spec b/pyodbc.spec index c8337b9..53c8677 100644 --- a/pyodbc.spec +++ b/pyodbc.spec @@ -11,14 +11,14 @@ Name: pyodbc Version: 3.0.10 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python DB API 2.0 Module for ODBC Group: Development/Languages License: MIT URL: https://github.com/mkleehammer/pyodbc Source0: https://github.com/mkleehammer/pyodbc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: unixODBC-devel -BuildRequires: python-devel +BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel @@ -33,7 +33,7 @@ decimal. %package -n python2-%{modulename} Summary: %summary -Requires: unixODBC, python >= 2.4 +Requires: unixODBC, python2 >= 2.4 %{?python_provide:%python_provide python2-%{modulename}} # Remove before F30 Provides: pyodbc = %{version}-%{release} @@ -99,6 +99,10 @@ popd %endif %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 3.0.10-13 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.0.10-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild