From 1ce495a09e73d9287bb4923c7a2c2b8ca16caafe7cdc8b7e14d987f3e892fc5f 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:52:01 +0000 Subject: [PATCH] Accepting request 584255 from home:aplanas:branches:devel:languages:python - Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/584255 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Werkzeug?expand=0&rev=30 --- python-Werkzeug.changes | 5 +++++ python-Werkzeug.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Werkzeug.changes b/python-Werkzeug.changes index 7d64c7d..da63e2b 100644 --- a/python-Werkzeug.changes +++ b/python-Werkzeug.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 8 10:15:27 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:52:40 UTC 2018 - aplanas@suse.com diff --git a/python-Werkzeug.spec b/python-Werkzeug.spec index 237f78a..24845d3 100644 --- a/python-Werkzeug.spec +++ b/python-Werkzeug.spec @@ -33,7 +33,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-watchdog Recommends: python-termcolor %endif