- Update to version 0.10.21.1612422695.2fdf897:
* activate pylint3.8 and fixed false positives * don`t sanitize version if versionrewrite_pattern is set OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=293
This commit is contained in:
parent
134ae1f35b
commit
f3c5f849ed
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.10.20.1606128060.135ac94
|
pkgver=0.10.21.1612422695.2fdf897
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||||
<param name="changesrevision">135ac94675cc21639b5386d2504eb043098e0ff1</param></service></servicedata>
|
<param name="changesrevision">24d0fc541e3ba769d3aae098d3952dea275b59af</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: obs-service-tar-scm
|
Source: obs-service-tar-scm
|
||||||
Version: 0.10.20.1606128060.135ac94
|
Version: 0.10.21.1612422695.2fdf897
|
||||||
Provides: obs-service-obs_scm, obs-service-tar
|
Provides: obs-service-obs_scm, obs-service-tar
|
||||||
Binary: obs-service-tar_scm
|
Binary: obs-service-tar_scm
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e19e76556538dcb8df524d23514d290cf73acfef0a26bc816fc9bec738120448
|
|
||||||
size 231179
|
|
3
obs-service-tar_scm-0.10.21.1612422695.2fdf897.tar.gz
Normal file
3
obs-service-tar_scm-0.10.21.1612422695.2fdf897.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8921d02a3f8b1afdcaa661fa0446f2d15700569709aa418a00cc681a1edc2111
|
||||||
|
size 232013
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 10 07:47:00 UTC 2021 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.10.21.1612422695.2fdf897:
|
||||||
|
* activate pylint3.8 and fixed false positives
|
||||||
|
* don`t sanitize version if versionrewrite_pattern is set
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 01 09:16:58 UTC 2021 - FSchreiner@suse.com
|
Mon Feb 01 09:16:58 UTC 2021 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package obs-service-tar_scm-test
|
# spec file for package obs-service-tar_scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -111,8 +111,8 @@ Recommends: %{use_python}-keyrings.alt \
|
|||||||
|
|
||||||
%define pkg_name obs-service-tar_scm
|
%define pkg_name obs-service-tar_scm
|
||||||
Name: %{pkg_name}%{nsuffix}
|
Name: %{pkg_name}%{nsuffix}
|
||||||
%define version_unconverted 0.10.20.1606128060.135ac94
|
%define version_unconverted 0.10.21.1612422695.2fdf897
|
||||||
Version: 0.10.20.1606128060.135ac94
|
Version: 0.10.21.1612422695.2fdf897
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -252,7 +252,6 @@ source artefacts (.dsc, .origin.tar.gz and .debian.tar.gz if non-native).
|
|||||||
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}" PYTHON="%{_bindir}/%{use_python}" WITH_GBP="%{enable_gbp}"
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
# moved conditional to the top as it helps to have it all in one place and only rely on the bcond_with here.
|
||||||
%check
|
%check
|
||||||
# No need to run PEP8 tests here; that would require a potentially
|
# No need to run PEP8 tests here; that would require a potentially
|
||||||
|
Loading…
x
Reference in New Issue
Block a user