From 18b17c5ca59824d479e40d2917684d8bc08467832a39374b5611f1e564acf026 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jan 2019 15:42:41 +0000 Subject: [PATCH] Accepting request 664954 from home:jbrownell:branches:devel:languages:python - Fallback in case "Suggests:" keyword is not supported OBS-URL: https://build.opensuse.org/request/show/664954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stestr?expand=0&rev=17 --- python-stestr.changes | 5 +++++ python-stestr.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-stestr.changes b/python-stestr.changes index 51c572b..cdf78e1 100644 --- a/python-stestr.changes +++ b/python-stestr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 9 22:49:20 UTC 2019 - Jonathan Brownell + +- Fallback in case "Suggests:" keyword is not supported + ------------------------------------------------------------------- Fri Dec 7 13:41:42 UTC 2018 - Thomas Bechtold diff --git a/python-stestr.spec b/python-stestr.spec index 090e730..0997685 100644 --- a/python-stestr.spec +++ b/python-stestr.spec @@ -53,7 +53,9 @@ Requires: python3-dbm %endif Requires(post): update-alternatives Requires(postun): update-alternatives +%if !0%{?_no_weakdeps} Suggests: python-subunit2sql >= 1.8.0 +%endif BuildArch: noarch %python_subpackages