diff --git a/python-simplepath.spec b/python-simplepath.spec index 11db8c8e31..dba1bff875 100644 --- a/python-simplepath.spec +++ b/python-simplepath.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: MIT @@ -67,7 +67,7 @@ rm -fr %{buildroot}%{python2_sitelib}/tests rm -fr %{buildroot}%{python3_sitelib}/tests %if 0%{?with_python2} -%files -n python-%{pypi_name} +%files -n python2-%{pypi_name} %doc AUTHORS.rst CONTRIBUTING.rst HISTORY.rst README.rst %license LICENSE.rst %{python2_sitelib}/%{pypi_name} @@ -81,6 +81,9 @@ rm -fr %{buildroot}%{python3_sitelib}/tests %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 0.3.4-2 +- Fix creation of python2- subpackage + * Mon Jul 31 2017 Sundeep Anand - 0.3.4-1 - Version Update.