From 48cde0af5ae7623190c3f9491501a880c5c329ce684d981d75e88228232e77cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 7 Mar 2018 14:51:22 +0000 Subject: [PATCH] Accepting request 583921 from home:aplanas:branches:devel:languages:python Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/583921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=138 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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