forked from pool/python-prompt_toolkit
Accepting request 493097 from home:TheBlackCat:branches:devel:languages:python
- Fix Provides/Obsoletes. OBS-URL: https://build.opensuse.org/request/show/493097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prompt_toolkit?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 21:56:34 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Fix Provides/Obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 20:40:09 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-prompt_toolkit
|
||||
Version: 1.0.14
|
||||
Release: 0
|
||||
@@ -37,8 +38,10 @@ Requires: python-six >= 1.9.0
|
||||
Requires: python-wcwidth
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
Provides: python-python-prompt-toolkit = %{version}
|
||||
Obsoletes: python-python-prompt-toolkit < %{version}
|
||||
%ifpython2
|
||||
Obsoletes: %{oldpython}-python-prompt-toolkit < %{version}
|
||||
Provides: %{oldpython}-python-prompt-toolkit = %{version}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user