go
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=103
This commit is contained in:
parent
430b9b3123
commit
cb9d146cba
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/adrianschroeter/obs-service-tar_scm.git</param>
|
||||
<param name="changesrevision">d4d3313dc0b2c5de08422c7e92639d7a8c822458</param></service></servicedata>
|
||||
<param name="changesrevision">e8b5d7354ae76c03e94dc4ad5bd9f8a17a959181</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78075ece3982ea99943c19ac31ef55fd797cf5c78dbaf429401c41656581547b
|
||||
size 32983
|
3
obs-service-tar_scm-0.6.0~pre.1461678268.e8b5d73.tar.gz
Normal file
3
obs-service-tar_scm-0.6.0~pre.1461678268.e8b5d73.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:718ec8e21471920a59b640c71678ad7197319691697ee052b875747a41955860
|
||||
size 33093
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 13:44:48 UTC 2016 - adrian@suse.de
|
||||
|
||||
- Update to version 0.6.0~pre.1461678268.e8b5d73:
|
||||
* fix TESTING.md link in CONTRIBUTING.md
|
||||
* Use correct level 2 bullet point (*)
|
||||
* very first obs_scm implementation
|
||||
* allow extracting of (spec) files
|
||||
* allow to include local changes when using "obs_scm" service via local osc commands.
|
||||
* make obsinfo parameter for tar service optional
|
||||
* support filtering on creation of cpio archives
|
||||
* - add debian provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 13:17:44 UTC 2016 - adrian@suse.de
|
||||
|
||||
|
@ -20,18 +20,18 @@
|
||||
%define seperate_build 0
|
||||
|
||||
%if "%seperate_build" == "1"
|
||||
%define version_unconverted 0.6.0~pre.1461676636.d4d3313
|
||||
%define version_unconverted 0.6.0~pre.1461678268.e8b5d73
|
||||
|
||||
Name: obs-service-obs_scm
|
||||
%else
|
||||
%define version_unconverted 0.6.0~pre.1461676636.d4d3313
|
||||
%define version_unconverted 0.6.0~pre.1461678268.e8b5d73
|
||||
|
||||
Name: obs-service-%{service}
|
||||
#Obsoletes: obs-service-obs_scm
|
||||
Provides: obs-service-obs_scm = %version-%release
|
||||
%endif
|
||||
Provides: obs-service-tar = %version-%release
|
||||
Version: 0.6.0~pre.1461676636.d4d3313
|
||||
Version: 0.6.0~pre.1461678268.e8b5d73
|
||||
Release: 0
|
||||
Summary: An OBS source service: checkout or update a tar ball from svn/git/hg
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user