diff --git a/python-requests.changes b/python-requests.changes index 98ed8b3..fa8701c 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 7 14:37:27 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:08:32 UTC 2018 - aplanas@suse.com diff --git a/python-requests.spec b/python-requests.spec index 3ac3c7d..f931ccb 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -44,7 +44,7 @@ BuildRequires: %{python_module pytest} Requires: ca-certificates Requires: python # for good measure, at least recommend an actual set of certificates -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: ca-certificates-mozilla Recommends: python-pyOpenSSL >= 0.14 Recommends: python-cryptography >= 1.3.4