diff --git a/python-urllib3.changes b/python-urllib3.changes index 4f72a55..00f80d8 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 7 15:52:54 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + +------------------------------------------------------------------- +Tue Feb 27 18:42:40 UTC 2018 - aplanas@suse.com + +- Recommends only for SUSE + ------------------------------------------------------------------- Mon Feb 12 12:14:42 UTC 2018 - normand@linux.vnet.ibm.com diff --git a/python-urllib3.spec b/python-urllib3.spec index eb9e925..ec9675b 100644 --- a/python-urllib3.spec +++ b/python-urllib3.spec @@ -43,11 +43,13 @@ BuildRequires: %{python_module nose >= 1.3.7} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado >= 4.2.1} +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: python-pyOpenSSL Recommends: python-cryptography Recommends: python-idna Recommends: python-ndg-httpsclient Recommends: ca-certificates-mozilla +%endif BuildArch: noarch %python_subpackages