Accepting request 709510 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/709510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=54
This commit is contained in:
commit
e0fd500243
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.9.1557261720.32a1cdb
|
||||
pkgver=0.10.9.1559745964.22c86cd
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
|
@ -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">d35048f2cac019c9f452fe8fac2fe1eab5018e6e</param></service></servicedata>
|
||||
<param name="changesrevision">136e6bf6ac30d7e035d4e1f407b3bf56b9f7bcf1</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.9.1557261720.32a1cdb
|
||||
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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e8c0fe852cd04b5c4783f36f0636c62fa0204687d488c384aa3b40d288ebfb7
|
||||
size 67614
|
3
obs-service-tar_scm-0.10.9.1559745964.22c86cd.tar.gz
Normal file
3
obs-service-tar_scm-0.10.9.1559745964.22c86cd.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff2f8a2b1628ebbb4732145b2e24f9e2f5d2081fcae22c8bcfa2e70faebdc18c
|
||||
size 67980
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 0.10.9.1559647449.d965035:
|
||||
* [dist] enable python3 in SLE >= 12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 13:26:40 UTC 2019 - Julio González Gil <jgonzalez@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_with obs_scm_testsuite
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} >= 1500 || 0%{?fedora_version} >= 29
|
||||
%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.1557261720.32a1cdb
|
||||
Version: 0.10.9.1557261720.32a1cdb
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user