From 834a61cd2954c5e8a6ee483f0ab9b0058d84563257ca0a5814c668eab3f676e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 8 Mar 2018 10:51:57 +0000 Subject: [PATCH] Accepting request 584257 from home:aplanas:branches:devel:languages:python - Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/584257 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=54 --- python-testtools.changes | 5 +++++ python-testtools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-testtools.changes b/python-testtools.changes index 9511e12..8adb059 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 10:17:39 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:29:42 UTC 2018 - aplanas@suse.com diff --git a/python-testtools.spec b/python-testtools.spec index 18d3fc6..e6ef0c9 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -37,7 +37,7 @@ Requires: python-python-mimeparse Requires: python-six >= 1.4.0 Requires: python-traceback2 Requires: python-unittest2 >= 1.0.0 -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-fixtures >= 1.3.0 %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build