diff --git a/python-blessed.spec b/python-blessed.spec index 71ae5d1897..38deeec6cd 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -24,7 +24,7 @@ It provides: \ - Styles, color, and maybe a little positioning without necessarily clearing \ the whole screen first. \ - Works great with standard Python string formatting. \ -- Provides up-to-the-moment terminal height and width, so you can responds \ +- Provides up-to-the-moment terminal height and width, so you can respond \ to terminal size changes. \ - Avoids making a mess if the output gets piped to a non-terminal: outputs \ to any file-like object such as StringIO, files, or pipes. \ @@ -45,7 +45,7 @@ It provides: \ Name: python-%{pkgname} Version: 1.14.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{summary} Group: Development/Libraries @@ -163,7 +163,7 @@ py.test-%{python3_other_version} --strict --verbose --verbose %endif %endif -%files +%files -n %{py2_namespace}-%{pkgname} %license LICENSE %doc README.rst docs/*.rst %{python2_sitelib}/%{srcname} @@ -186,6 +186,9 @@ py.test-%{python3_other_version} --strict --verbose --verbose %endif # with_python3 %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.14.1-5 +- Fix creation of python2- subpackage + * Wed Oct 04 2017 Avram Lubkin - 1.14.1-4 - Conflicting ordereddict requirements in EL6