From f04bceca61ea7687defce35587825a25464abaca88bea839703eaa1be6ecb7a4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Jul 2015 06:15:17 +0000 Subject: [PATCH] Accepting request 318681 from home:seife:OpenStack:Master fix non-SUSE build by conditionalizing Suggests: tag OBS-URL: https://build.opensuse.org/request/show/318681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=109 --- python-kombu.changes | 5 +++++ python-kombu.spec | 2 ++ 2 files changed, 7 insertions(+) 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()")}