- initial version of kanku rpm package (0.10.0)
OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=99
This commit is contained in:
parent
d58153882f
commit
50e3714743
9
_service
9
_service
@ -1,16 +1,15 @@
|
||||
<services>
|
||||
<service name="obs_scm">
|
||||
<param name="versionformat">@PARENT_TAG@.git%cd.%h</param>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://github.com/M0ses/kanku.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="extract">dist/kanku.spec</param>
|
||||
<param name="revision">master</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
<service name="set_version" mode="buildtime"/>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d225995e6847b88c3c5fc6536cbd9d98a5be50a0e70ad32ebb07b184ed85dd17
|
||||
size 10656269
|
@ -1,5 +0,0 @@
|
||||
name: kanku
|
||||
version: 0.10.0.git20201221.330e0e1
|
||||
mtime: 1608558989
|
||||
commit: 330e0e1baaef3e4bb01fecc7c8deb768705d00f1
|
||||
|
@ -2,7 +2,7 @@ Format: 1.0
|
||||
Source: kanku
|
||||
Binary: kanku
|
||||
Architecture: any
|
||||
Version: 0.6.5
|
||||
Version: 0.10.0
|
||||
Maintainer: unknown <unknown@debian.org>
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: https://github.com/M0ses/kanku
|
||||
|
3
kanku-0.10.0.tar.xz
Normal file
3
kanku-0.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b390b8cf6d66cceab4b082989e9904a38e75c1fa94e7d84e7751e29a8862d8e
|
||||
size 2330464
|
4
kanku.changes
Normal file
4
kanku.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 14 14:54:38 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
||||
|
||||
- initial version of kanku rpm package (0.10.0)
|
@ -20,8 +20,8 @@
|
||||
|
||||
Name: kanku
|
||||
# Version gets set by obs-service-tar_scm
|
||||
Version: 0.0.0
|
||||
Release: 0.0
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
License: GPL-3.0
|
||||
Summary: Development and continuous integration made easy
|
||||
Url: https://github.com/M0ses/kanku
|
Loading…
Reference in New Issue
Block a user