From 4d10ee2bb3991c1fd0b8a2a6794a3625c10717a1b957890d4cf7f1138247c402 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:19 +0000 Subject: [PATCH] Accepting request 583925 from home:aplanas:branches:devel:languages:python Allows Recommends and Suggest in Fedora OBS-URL: https://build.opensuse.org/request/show/583925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=20 --- python-setuptools_scm.changes | 5 +++++ python-setuptools_scm.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 8e048e3..43d763c 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 7 14:44:30 UTC 2018 - aplanas@suse.com + +- Allows Recommends and Suggest in Fedora + ------------------------------------------------------------------- Tue Feb 27 18:15:58 UTC 2018 - aplanas@suse.com diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index b98fc07..8fe4fe3 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -36,7 +36,7 @@ BuildRequires: git BuildRequires: mercurial %endif Requires: python-setuptools -%if 0%{?suse_version} >= 1000 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Recommends: git Recommends: mecurial %endif