From eeeb6e88094a9b4d4f95a172d3a21faa2ab82e841d2d49c9e5116f3bbc494241 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 19 Feb 2014 15:20:25 +0000 Subject: [PATCH] - Demote recommends back to suggests, it is really sufficent to document the possible backend options. But we want to avoid they're installed accidentally. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=94 --- python-kombu.changes | 7 +++++++ python-kombu.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-kombu.changes b/python-kombu.changes index b58b69d..0e86824 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 19 15:18:32 UTC 2014 - speilicke@suse.com + +- Demote recommends back to suggests, it is really sufficent to document + the possible backend options. But we want to avoid they're installed + accidentally. + ------------------------------------------------------------------- Tue Jan 21 13:48:22 UTC 2014 - dmueller@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index fa1ea61..b966345 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -45,9 +45,9 @@ Requires: python-ordereddict %endif Requires: python-amqp >= 1.4.0 Requires: python-anyjson >= 0.3.3 -Recommends: couchdb -Recommends: mongodb -Recommends: rabbitmq-server +Suggests: couchdb +Suggests: mongodb +Suggests: rabbitmq-server BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}