From 08e3ae6065d882d6b43e25ca6c53495fabdc9800aff9b1397b95f70d756f7b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Apr 2017 09:27:04 +0000 Subject: [PATCH] try to fix for fedora OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=167 --- obs-service-tar_scm.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obs-service-tar_scm.spec b/obs-service-tar_scm.spec index a62ac84..54c5b99 100644 --- a/obs-service-tar_scm.spec +++ b/obs-service-tar_scm.spec @@ -62,13 +62,13 @@ 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 %description -n obs-service-obs_scm-common