Accepting request 493119 from home:TheBlackCat:branches:devel:languages:python
Fix Provides/Obsoletes. OBS-URL: https://build.opensuse.org/request/show/493119 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=21
This commit is contained in:
parent
339bb74523
commit
6533091777
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 6 03:37:17 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- Fix provides/obsoletes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 19 08:16:47 UTC 2017 - hpj@urpla.net
|
Wed Apr 19 08:16:47 UTC 2017 - hpj@urpla.net
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define oldpython python
|
||||||
Name: python-PasteDeploy
|
Name: python-PasteDeploy
|
||||||
Version: 1.5.2
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -32,8 +33,14 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Paste
|
Requires: python-Paste
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Provides: python-pastedeploy = %{version}
|
%ifpython2
|
||||||
Obsoletes: python-pastedeploy < %{version}
|
Obsoletes: %{oldpython}-pastedeploy < %{version}
|
||||||
|
Provides: %{oldpython}-pastedeploy = %{version}
|
||||||
|
%endif
|
||||||
|
%ifpython3
|
||||||
|
Provides: python3-pastedeploy = %{version}
|
||||||
|
Obsoletes: python3-pastedeploy < %{version}
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user