From e62867ea5fa4b8b5394967fc116f8250e6a505bb83d43e00e7509a066c250aa2 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 1 May 2017 19:36:39 +0000 Subject: [PATCH] Accepting request 492364 from home:TheBlackCat:branches:devel:languages:python Make only the python2 package provide the "docutils" package. OBS-URL: https://build.opensuse.org/request/show/492364 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=40 --- python-docutils.changes | 5 +++++ python-docutils.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-docutils.changes b/python-docutils.changes index 61a96dc..1b9c110 100644 --- a/python-docutils.changes +++ b/python-docutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 1 19:33:19 UTC 2017 - toddrme2178@gmail.com + +- Make only the python2 package provide the "docutils" package. + ------------------------------------------------------------------- Thu Apr 20 15:43:28 UTC 2017 - toddrme2178@gmail.com diff --git a/python-docutils.spec b/python-docutils.spec index 918eb43..d7eb385 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -32,8 +32,10 @@ BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-xml +%ifpython2 Provides: docutils = %{version} Obsoletes: docutils < %{version} +%endif Requires(post): update-alternatives Requires(preun): update-alternatives BuildArch: noarch