14
0

- Provide %oldpython-tornado symbol too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=112
This commit is contained in:
Tomáš Chvátal
2019-09-17 11:03:59 +00:00
committed by Git OBS Bridge
parent 42bbcb2109
commit 884c5752ad
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 17 11:03:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Provide %oldpython-tornado symbol too
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 12 09:29:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Thu Sep 12 09:29:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -16,6 +16,7 @@
# #
%define oldpython
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tornado Name: python-tornado
Version: 4.5.3 Version: 4.5.3
@@ -27,6 +28,9 @@ URL: http://www.tornadoweb.org
Source0: README.suse Source0: README.suse
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-tornado-impl = %{version} Requires: python-tornado-impl = %{version}
%ifpython2
Provides: %{oldpython}-tornado = %{version}
%endif
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages