diff --git a/python-tornado.changes b/python-tornado.changes index 5281959..5ceec0b 100644 --- a/python-tornado.changes +++ b/python-tornado.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 9 16:49:01 UTC 2019 - Todd R + +- Fix package name + ------------------------------------------------------------------- Fri Aug 9 16:30:37 UTC 2019 - Todd R diff --git a/python-tornado.spec b/python-tornado.spec index 2def82d..92f799e 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python Name: python-tornado Version: 5.1.1 Release: 0 @@ -26,13 +25,11 @@ License: Apache-2.0 Source0: README.suse Group: Development/Languages/Python Url: http://www.tornadoweb.org +BuildRequires: %{pythons} BuildRequires: python-rpm-macros Requires: python-tornado-impl = %{version} Requires: python-tornado-impl = %{version} BuildArch: noarch -%ifpython2 -Provides: %{oldpython}-tornado = %{version} -%endif %python_subpackages %description @@ -52,6 +49,7 @@ FriendFeed servers. (For more information on scaling servers to support thousands of clients, see The C10K problem.) %prep +%setup -q -T -c cp %{SOURCE0} . %build