From 5d0f4e5260994a2fd1edafd9c0861c262f714a34cb8d0b60fc6ff642f9cf37e3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 Apr 2019 21:03:59 +0000 Subject: [PATCH] - don't provide sphinx from test subpackage, it is for testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=125 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 455dba8..e02882f 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 10 20:43:43 UTC 2019 - Dirk Mueller + +- don't provide sphinx from test subpackage, it is for testing + ------------------------------------------------------------------- Wed Apr 10 07:13:28 UTC 2019 - Dirk Mueller diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 08d97bb..aa0272b 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -85,9 +85,11 @@ Requires: python-typing %endif %endif %ifpython2 +%if ! %{with test} Obsoletes: %{oldpython}-sphinx < %{version} Provides: %{oldpython}-sphinx = %{version} %endif +%endif %python_subpackages %description