Accepting request 943188 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/943188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=70
This commit is contained in:
commit
58f4670b97
7
PKGBUILD
7
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=obs-service-tar_scm
|
||||
pkgver=0.10.28.1632141620.a8837d3
|
||||
pkgver=0.10.29.1634038025.85bfc3f
|
||||
pkgrel=0
|
||||
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
|
||||
arch=('any')
|
||||
@ -9,9 +9,14 @@ groups=('base-devel')
|
||||
makedepends=('python' 'python-yaml' 'python-dateutil' 'python-lxml' 'python-mock' 'bzr' 'git' 'mercurial' 'subversion' )
|
||||
depends=('python' 'python-yaml' 'python-dateutil' 'python-argparse' 'cpio' 'git' 'bzr' 'mercurial' 'subversion' )
|
||||
source=("obs-service-tar_scm-${pkgver}.tar.gz")
|
||||
noextract=("obs-service-tar_scm-${pkgver}.tar.gz")
|
||||
provides=('obs-service-tar')
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
tar -axf "obs-service-tar_scm-${pkgver}.tar.gz"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" PREFIX=/usr install
|
||||
|
@ -7,4 +7,4 @@
|
||||
<param name="changesrevision">9e8b88b088778c44db56781e6a908a0e82e27cf2</param></service>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/openSUSE/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">a8837d3a97e8eb6640d219514bc21d3dd6be8d3a</param></service></servicedata>
|
||||
<param name="changesrevision">85bfc3fabb06212b49a389afb3310bfbf2996913</param></service></servicedata>
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: obs-service-tar-scm
|
||||
Version: 0.10.28.1632141620.a8837d3
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
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:55ab6e677c8dc7337b5440004cb9d1bf8d7f0a5a46db05720338d853d0ec0814
|
||||
size 90699
|
3
obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
Normal file
3
obs-service-tar_scm-0.10.29.1634038025.85bfc3f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ec5f29ba29b96ae5d689415416d3b0ed0f801165e09274df1acf21b904556a
|
||||
size 90848
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 23 09:01:11 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.10.29.1634038025.85bfc3f:
|
||||
* fix test cases
|
||||
* fix various linter problems with pylint 2.11.1
|
||||
* disable consider-using-f-string in pylint
|
||||
* added TC for _stash_pop_required
|
||||
* assertTarIsDeeply now more verbose in case of failure
|
||||
* remove tearDown/Trace from testenv.py
|
||||
* fix regression to keep local changes when running in osc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 13:35:30 UTC 2021 - FSchreiner@suse.com
|
||||
|
||||
|
@ -119,8 +119,8 @@ Recommends: %{use_python}-keyrings.alt \
|
||||
|
||||
%define pkg_name obs-service-tar_scm
|
||||
Name: %{pkg_name}%{nsuffix}
|
||||
%define version_unconverted 0.10.28.1632141620.a8837d3
|
||||
Version: 0.10.28.1632141620.a8837d3
|
||||
%define version_unconverted 0.10.29.1634038025.85bfc3f
|
||||
Version: 0.10.29.1634038025.85bfc3f
|
||||
Release: 0
|
||||
Summary: An OBS source service: create tar ball from svn/git/hg
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user