From 163b398cd96d568cf0ec62d1a7a2288be92fb998d1b1d29cb6509ba815260e33 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Jul 2015 06:29:40 +0000 Subject: [PATCH] Accepting request 318693 from home:seife:OpenStack:Master fix build on non-SUSE distributions OBS-URL: https://build.opensuse.org/request/show/318693 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysaml2?expand=0&rev=5 --- python-pysaml2.changes | 6 ++++++ python-pysaml2.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-pysaml2.changes b/python-pysaml2.changes index bae9767..abd965b 100644 --- a/python-pysaml2.changes +++ b/python-pysaml2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 16 15:40:39 UTC 2015 - seife+obs@b1-systems.com + +- fix build on non-SUSE distributions whose rpm does not know + "Recommends" + ------------------------------------------------------------------- Wed Jun 10 08:48:46 UTC 2015 - dmueller@suse.com diff --git a/python-pysaml2.spec b/python-pysaml2.spec index ecd7b39..8f9d138 100644 --- a/python-pysaml2.spec +++ b/python-pysaml2.spec @@ -42,9 +42,11 @@ BuildRequires: python-python-memcached BuildRequires: python-repoze.who BuildRequires: python-requests >= 1.0.0 %endif +%if 0%{?suse_release} Recommends: python-repoze.who # NOTE(saschpe): xmlsec has a lot of deps and some issues, thus not require it: Recommends: python-xmlsec +%endif Requires: python-M2Crypto Requires: python-Paste Requires: python-decorator