From 0edf3966bf71507de4b6d764fe0b705d1450554fd100b3db67eb0ed585ee7157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 8 Mar 2018 10:51:53 +0000 Subject: [PATCH] Accepting request 584261 from home:aplanas:branches:devel:languages:python - Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/584261 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-websupport?expand=0&rev=10 --- python-sphinxcontrib-websupport.changes | 5 +++++ python-sphinxcontrib-websupport.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinxcontrib-websupport.changes b/python-sphinxcontrib-websupport.changes index 75c6074..3d33345 100644 --- a/python-sphinxcontrib-websupport.changes +++ b/python-sphinxcontrib-websupport.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 10:21:43 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:20:41 UTC 2018 - aplanas@suse.com diff --git a/python-sphinxcontrib-websupport.spec b/python-sphinxcontrib-websupport.spec index 65860cc..fbe3a4e 100644 --- a/python-sphinxcontrib-websupport.spec +++ b/python-sphinxcontrib-websupport.spec @@ -33,8 +33,8 @@ BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-six Requires: python-sphinxcontrib +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-Sphinx -%if 0%{?suse_version} >= 1000 Suggests: python-Whoosh Suggests: python-xapian Suggests: python-SQLAlchemy