15
0
forked from pool/python-Mako

Accepting request 493118 from home:TheBlackCat:branches:devel:languages:python

Don't provide python2-mako, singlespec packages should use correct name.

OBS-URL: https://build.opensuse.org/request/show/493118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Mako?expand=0&rev=47
This commit is contained in:
Todd R
2017-05-06 04:27:38 +00:00
committed by Git OBS Bridge
parent 862effb985
commit 6e77f1173e
2 changed files with 10 additions and 2 deletions

View File

@@ -36,12 +36,14 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-MarkupSafe
Recommends: python-Beaker >= 1.1
Provides: python-mako = %{version}
Obsoletes: python-mako < %{version}
%ifpython2
Provides: %{oldpython}-mako = %{version}
Obsoletes: %{oldpython}-mako < %{version}
%endif
%ifpython3
Provides: python3-mako = %{version}
Obsoletes: python3-mako < %{version}
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages