diff --git a/python-click.spec b/python-click.spec index 5d7b35f..1053669 100644 --- a/python-click.spec +++ b/python-click.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 6.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple wrapper around optparse for powerful command line utilities License: BSD @@ -32,7 +32,7 @@ Python 2 version. %package -n python3-%{pypi_name} Summary: %{summary} -%{?python_provide:%python_provide python2-%{pypi_name}} +%{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest @@ -71,6 +71,9 @@ py.test-%{python3_version} tests --tb=long --verbose %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Jan 09 2017 Miro HronĨok - 6.7-2 +- Fixed a copy-paste bug in %%python_provide (rhbz#1411169) + * Sat Jan 07 2017 Igor Gnatenko - 6.7-1 - Update to 6.7 - Adopt to packaging guidelines