From 93b2a5ee8f1928aa870ce91b03e3d864d581862b5205de8477635548c84b6202 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sun, 26 Jul 2015 12:39:45 +0000 Subject: [PATCH] Accepting request 318671 from home:seife:OpenStack:Master fix non-SUSE build by conditionalizing Recommends: tag OBS-URL: https://build.opensuse.org/request/show/318671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-beautifulsoup4?expand=0&rev=35 --- python-beautifulsoup4.changes | 5 +++++ python-beautifulsoup4.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-beautifulsoup4.changes b/python-beautifulsoup4.changes index b64ae2c..3cce8ca 100644 --- a/python-beautifulsoup4.changes +++ b/python-beautifulsoup4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 24 20:25:54 UTC 2015 - seife+obs@b1-systems.com + +- fix non-SUSE build by conditionalizing Recommends: tag + ------------------------------------------------------------------- Wed Jan 8 15:05:55 UTC 2014 - speilicke@suse.com diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 823ddf2..535130e 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,7 +1,7 @@ # # spec file for package python-beautifulsoup4 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -72,7 +72,9 @@ Beautiful Soup. %package doc Summary: Documentation for %{name} Group: Development/Libraries/Python +%if 0%{?suse_version} Recommends: %{name} = %{version} +%endif %description doc Documentation and help files for %{name}