forked from pool/obs-service-tar_scm
Accepting request 639875 from openSUSE:Tools
- Update to version 0.9.4.1537959361.56833cb: * enable flake8 in hound * cleanup for pylint and flake8 * split pylint2 in GNUmakefile * fix check for "--reproducible" * create reproducible obscpio archives * fix flake warning - Update to version 0.9.3.1537869751.51a17c5: * fix regression from 44b3bee * Support also SSH urls for Git - Update to version 0.9.2.1537788075.fefaa74: * fix CVE-2018-12474 * check name/version option in obsinfo for slashes * check url for remote url * check symlinks in subdir parameter * check filename for slashes * disable follow_symlinks in extract feature - switch to obs_scm for this package - Update to version 0.9.1.1537341862.5348694: * run download_files in appimage and snapcraft case * check --extract file path for parent dir * Fix parameter descriptions OBS-URL: https://build.opensuse.org/request/show/639875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/obs-service-tar_scm?expand=0&rev=50
This commit is contained in:
commit
2a3f2d018e
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=obs-service-tar_scm
|
pkgname=obs-service-tar_scm
|
||||||
pkgver=0.9.1.1534504824.0732756
|
pkgver=0.9.4.1537959361.56833cb
|
||||||
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')
|
||||||
|
12
_service
12
_service
@ -1,5 +1,5 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<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="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
@ -9,11 +9,13 @@
|
|||||||
<param name="extract">dist/obs-service-tar_scm.spec</param>
|
<param name="extract">dist/obs-service-tar_scm.spec</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">gz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="disabled">
|
<service name="set_version" mode="disabled">
|
||||||
<param name="basename">obs-service-tar_scm</param>
|
<param name="basename">obs-service-tar_scm</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
<param name="url">git://github.com/M0ses/obs-service-tar_scm.git</param>
|
<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="changesrevision">b742dfc0e12755cf306a95439494b5bdde7c0c61</param></service><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">0732756ab35114049c5fb79c483d91e96217bcd8</param></service></servicedata>
|
<param name="changesrevision">f1c37121d6cd184d50bd8f37b1feb8f1e58b318f</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.9.1.1534504824.0732756
|
Version: 0.9.4.1537959361.56833cb
|
||||||
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:5e1f65f72325095d73de79b29a3a43ff6df6df5a0d72c4e4d002b001ea63ea45
|
|
||||||
size 62790
|
|
3
obs-service-tar_scm-0.9.4.1537959361.56833cb.obscpio
Normal file
3
obs-service-tar_scm-0.9.4.1537959361.56833cb.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:073b0f56c62edfd648810736b6942924ba19554058f08cfa4e9467c89b21bd95
|
||||||
|
size 279052
|
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 26 11:35:09 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.4.1537959361.56833cb:
|
||||||
|
* enable flake8 in hound
|
||||||
|
* cleanup for pylint and flake8
|
||||||
|
* split pylint2 in GNUmakefile
|
||||||
|
* fix check for "--reproducible"
|
||||||
|
* create reproducible obscpio archives
|
||||||
|
* fix flake warning
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 25 10:05:18 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.3.1537869751.51a17c5:
|
||||||
|
* fix regression from 44b3bee
|
||||||
|
* Support also SSH urls for Git
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 12:22:40 UTC 2018 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.2.1537788075.fefaa74:
|
||||||
|
* fix CVE-2018-12474
|
||||||
|
* check name/version option in obsinfo for slashes
|
||||||
|
* check url for remote url
|
||||||
|
* check symlinks in subdir parameter
|
||||||
|
* check filename for slashes
|
||||||
|
* disable follow_symlinks in extract feature
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 19 08:18:36 UTC 2018 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- switch to obs_scm for this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 19 08:18:09 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
- Update to version 0.9.1.1537341862.5348694:
|
||||||
|
* run download_files in appimage and snapcraft case
|
||||||
|
* check --extract file path for parent dir
|
||||||
|
* Fix parameter descriptions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 24 06:46:28 UTC 2018 - adrian@suse.de
|
Fri Aug 24 06:46:28 UTC 2018 - adrian@suse.de
|
||||||
|
|
||||||
|
5
obs-service-tar_scm.obsinfo
Normal file
5
obs-service-tar_scm.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: obs-service-tar_scm
|
||||||
|
version: 0.9.4.1537959361.56833cb
|
||||||
|
mtime: 1537959361
|
||||||
|
commit: 56833cb5e2edf942333cf681d0b87f1bdd2baca0
|
||||||
|
|
@ -12,15 +12,15 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without obs_scm_testsuite
|
%bcond_without obs_scm_testsuite
|
||||||
|
|
||||||
Name: obs-service-tar_scm
|
Name: obs-service-tar_scm
|
||||||
%define version_unconverted 0.9.1.1534504824.0732756
|
%define version_unconverted 0.9.4.1537959361.56833cb
|
||||||
Version: 0.9.1.1534504824.0732756
|
Version: 0.9.4.1537959361.56833cb
|
||||||
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
|
||||||
@ -123,6 +123,7 @@ Requires: git-core
|
|||||||
Recommends: bzr
|
Recommends: bzr
|
||||||
Recommends: mercurial
|
Recommends: mercurial
|
||||||
Recommends: subversion
|
Recommends: subversion
|
||||||
|
Recommends: obs-service-download_files
|
||||||
%endif
|
%endif
|
||||||
Requires: obs-service-obs_scm-common = %version-%release
|
Requires: obs-service-obs_scm-common = %version-%release
|
||||||
|
|
||||||
@ -139,6 +140,7 @@ Requires: git-core
|
|||||||
Recommends: bzr
|
Recommends: bzr
|
||||||
Recommends: mercurial
|
Recommends: mercurial
|
||||||
Recommends: subversion
|
Recommends: subversion
|
||||||
|
Recommends: obs-service-download_files
|
||||||
%endif
|
%endif
|
||||||
Requires: obs-service-obs_scm-common = %version-%release
|
Requires: obs-service-obs_scm-common = %version-%release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user