- Update to version 0.10.9.1559745964.22c86cd:

* [dist] python3 for SLE12 and openSUSE 42.3

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=259
This commit is contained in:
Frank Schreiner 2019-06-05 14:49:19 +00:00 committed by Git OBS Bridge
parent ff0e56e391
commit b5315d597f
5 changed files with 15 additions and 7 deletions

View File

@ -1,5 +1,5 @@
pkgname=obs-service-tar_scm
pkgver=0.10.9.1559647449.d965035
pkgver=0.10.9.1559745964.22c86cd
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')

View File

@ -5,4 +5,4 @@
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
<param name="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><service name="tar_scm">
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
<param name="changesrevision">d965035ca4cd4cf989b803d4402f78f2344b5a72</param></service></servicedata>
<param name="changesrevision">136e6bf6ac30d7e035d4e1f407b3bf56b9f7bcf1</param></service></servicedata>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: obs-service-tar-scm
Version: 0.10.9.1559647449.d965035
Version: 0.10.9.1559745964.22c86cd
Provides: obs-service-obs_scm, obs-service-tar
Binary: obs-service-tar_scm
Maintainer: Adrian Schroeter <adrian@suse.de>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 05 14:47:42 UTC 2019 - FSchreiner@suse.com
- Update to version 0.10.9.1559745964.22c86cd:
* [dist] python3 for SLE12 and openSUSE 42.3
-------------------------------------------------------------------
Tue Jun 04 11:42:50 UTC 2019 - FSchreiner@suse.com

View File

@ -22,7 +22,7 @@
%bcond_with obs_scm_testsuite
%endif
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29 || 0%{?sle_version} >= 120000
%if 0%{?suse_version} >= 1315 || 0%{?fedora_version} >= 29
%bcond_without python3
%else
%bcond_with python3
@ -30,7 +30,7 @@
# This list probably needs to be extended
# logic seems to be if python < 2.7 ; then needs_external_argparse ; fi
%if (0%{?centos_version} == 6) || (0%{?rhel_version} == 600) || (0%{?suse_version} && 0%{?suse_version} < 1315) || (0%{?fedora_version} && 0%{?fedora_version} < 26)
%if (0%{?centos_version} == 6) || (0%{?suse_version} && 0%{?suse_version} < 1315) || (0%{?fedora_version} && 0%{?fedora_version} < 26)
%bcond_without needs_external_argparse
%else
%bcond_with needs_external_argparse
@ -90,8 +90,8 @@ Recommends: obs-service-download_files \
######## END OF MACROS AND FUN ###################################
Name: obs-service-tar_scm
%define version_unconverted 0.10.9.1559647449.d965035
Version: 0.10.9.1559647449.d965035
%define version_unconverted 0.10.9.1559745964.22c86cd
Version: 0.10.9.1559745964.22c86cd
Release: 0
Summary: An OBS source service: create tar ball from svn/git/hg
License: GPL-2.0-or-later
@ -125,6 +125,8 @@ BuildRequires: %{use_python}-lxml
%if %{with python3}
BuildRequires: %{use_python}
# Fix missing Requires in python3-pbr in Leap42.3
BuildRequires: %{use_python}-setuptools
%else
BuildRequires: python >= 2.6
%endif