Hello community,
here is the log from the commit of package obs-service-tar_scm for
openSUSE:Factory checked in at 2017-05-16 14:44:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
and /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-tar_scm"
Tue May 16 14:44:19 2017 rev:41 rq:494609 version:0.7.0.1492101301.747de50
Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes
2017-04-20 20:59:24.660174982 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes
2017-05-16 14:45:44.762148253 +0200
@@ -1,0 +2,5 @@
+Thu May 11 11:49:37 UTC 2017 - [email protected]
+
+- added Requires: python2 for Fedora >= 25
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-tar_scm.spec ++++++
--- /var/tmp/diff_new_pack.Zx3Z8y/_old 2017-05-16 14:45:45.726012820 +0200
+++ /var/tmp/diff_new_pack.Zx3Z8y/_new 2017-05-16 14:45:45.730012257 +0200
@@ -62,13 +62,17 @@
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