diff --git a/python-kombu.changes b/python-kombu.changes index baad7aa..34db943 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 24 20:07:39 UTC 2015 - seife+obs@b1-systems.com + +- fix non-SUSE build by conditionalizing Suggests: tag + ------------------------------------------------------------------- Thu May 7 09:39:00 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-kombu.spec b/python-kombu.spec index 25b00a3..1cd3f89 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -43,9 +43,11 @@ Requires: python-ordereddict %endif Requires: python-amqp >= 1.4.6 Requires: python-anyjson >= 0.3.3 +%if 0%{?suse_version} Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server +%endif 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()")}