From 65466480dfd49d584b9ba33da33055d0c8c5f53c8d3f00c57f012d20e984350e Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:29:57 +0000 Subject: [PATCH 1/2] Accepting request 493145 from home:TheBlackCat:branches:devel:languages:python Only one package should provide "tox". OBS-URL: https://build.opensuse.org/request/show/493145 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=33 --- python-tox.changes | 5 +++++ python-tox.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-tox.changes b/python-tox.changes index 523ab03..e8e22b7 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat May 6 03:57:32 UTC 2017 - toddrme2178@gmail.com + +- Only one package should provide "tox". + ------------------------------------------------------------------- Fri Apr 7 15:01:37 UTC 2017 - jmatejek@suse.com diff --git a/python-tox.spec b/python-tox.spec index ae74286..6fcb621 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -40,7 +40,9 @@ Requires: python-py >= 1.4.17 Requires: python-virtualenv >= 1.11.2 Requires(post): update-alternatives Requires(postun): update-alternatives +%ifpython2 Provides: tox = %{version} +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages From 8c2a616e052a87534cb71528334fce61454306409fce41ab215d2bec2897c228 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sat, 6 May 2017 04:30:24 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=34 --- python-tox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index 6fcb621..492bc13 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -40,7 +40,7 @@ Requires: python-py >= 1.4.17 Requires: python-virtualenv >= 1.11.2 Requires(post): update-alternatives Requires(postun): update-alternatives -%ifpython2 +%ifpython3 Provides: tox = %{version} %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build