diff --git python-fluidity-sm/python-fluidity-sm.spec python-fluidity-sm/python-fluidity-sm.spec.tmp index f3e2ee3da8..140421a294 100644 --- python-fluidity-sm/python-fluidity-sm.spec +++ python-fluidity-sm/python-fluidity-sm.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.2.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: State machine implementation for Python objects License: MIT @@ -19,6 +19,12 @@ BuildRequires: python-devel python-setuptools %global common_desc \ State machine implementation for Python objects. +%package -n python2-%{pypi_name} +Summary: %summary +%{?python_provide:%python_provide python2-%{pypi_name}} + +%description -n python2-%{pypi_name} %{common_desc} + %description %{common_desc} @@ -63,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT %endif -%files +%files -n python2-%{pypi_name} %doc CHANGELOG LICENSE README.* %{python_sitelib}/fluidity/ %{python_sitelib}/fluidity_sm-%{version}-*.egg-info/ @@ -76,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.0-9 +- Python 2 binary package renamed to python2-fluidity-sm + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild