Dominique Leuenberger 2017-05-16 12:44:19 +00:00 committed by Git OBS Bridge
commit 7a5bbc9193
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 11 11:49:37 UTC 2017 - marco.strigl@suse.com
- added Requires: python2 for Fedora >= 25
-------------------------------------------------------------------
Tue Apr 18 07:17:45 UTC 2017 - fvogt@suse.com

View File

@ -62,13 +62,17 @@ It supports downloading from svn, git, hg and bzr repositories.
Summary: Common parts of SCM handling services
Group: Development/Tools/Building
Requires: python-dateutil
%if 0%{?suse_version} < 1315
Requires: python-argparse
%endif
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
Requires: PyYAML
%else
Requires: python-PyYAML
%if 0%{?suse_version} < 1315
Requires: python-argparse
%endif
%endif
%if 0%{?fedora_version} >= 25
Requires: python2
%endif
%description -n obs-service-obs_scm-common