- Update to version 0.3.1:
+ Check tarball content's root-dir for version + Use a for-loop for different endings OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=17
This commit is contained in:
parent
a5c2030f35
commit
7d49b704e5
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesrevision">faa5a4fd7a531eeab0ab43bbe1c5ccc909b607dd</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service mode="disabled" name="recompress">
|
||||
|
6
_servicedata
Normal file
6
_servicedata
Normal file
@ -0,0 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git@github.com:openSUSE/obs-service-set_version.git</param>
|
||||
<param name="changesrevision">79883d84e2</param>
|
||||
</service>
|
||||
</servicedata>
|
3
obs-service-set_version-0.3.1.tar.gz
Normal file
3
obs-service-set_version-0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b98a7251e207c2823845d2ea24bae75a3a26d326f313e9d0c21739d7ac897c1
|
||||
size 2097
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31514b9d30d33df4e171ca9e9f299a562f4734b6fde7b135e38c986e6dae936b
|
||||
size 1993
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 09:53:00 UTC 2014 - speilicke@suse.com
|
||||
|
||||
- Update to version 0.3.1:
|
||||
+ Check tarball content's root-dir for version
|
||||
+ Use a for-loop for different endings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 13:47:13 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package obs-service-set_version
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define service set_version
|
||||
|
||||
Name: obs-service-%{service}
|
||||
Version: 0.3
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
Summary: An OBS source service: Update spec file version
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user