14
0

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
This commit is contained in:
Tomáš Chvátal
2018-03-07 14:51:19 +00:00
committed by Git OBS Bridge
parent 8c073e8c7f
commit 4d10ee2bb3
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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