diff --git a/python-boto3.spec b/python-boto3.spec index 200f59a..122e259 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The AWS SDK for Python License: ASL 2.0 @@ -39,6 +39,7 @@ Summary: The AWS SDK for Python %{?python_provide:%python_provide python2-%{pypi_name}} Requires: python-botocore Requires: python-jmespath +RequireS: python-futures %{?python_provide:%python_provide python2-%{pypi_name}} %{?el6:Provides: python-%{pypi_name}} @@ -96,5 +97,8 @@ rm -rf %{pypi_name}.egg-info %endif # with_python3 %changelog +* Thu Feb 11 2016 Fabio Alessandro Locati - 1.2.3-2 +- Fix python2- subpackage to require python-future + * Tue Dec 29 2015 Fabio Alessandro Locati - 1.2.3-1 - Initial package.