diff --git a/python-setuptools.changes b/python-setuptools.changes index 090d139..3acd3e2 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 7 14:42:51 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 14:25:08 UTC 2018 - aplanas@suse.com diff --git a/python-setuptools.spec b/python-setuptools.spec index e62f917..9542624 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -44,7 +44,7 @@ Requires: python-six Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: ca-certificates-mozilla %endif BuildArch: noarch