Accepting request 835753 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/835753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=17
This commit is contained in:
parent
a5649a6d56
commit
ab1614315b
6
_service
6
_service
@ -2,8 +2,10 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/conmon</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">2.0.20</param>
|
||||
<param name="revision">v2.0.20</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="revision">v2.0.21</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">conmon-*.tar</param>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/conmon</param>
|
||||
<param name="changesrevision">35a2fa83022e56e18af7e6a865ba5d7165fa2a4a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8028468d5dd05f35f994970009db58ec18e861b2ccae1d2a882101de70d3d8e
|
||||
size 56284
|
3
conmon-2.0.21.tar.xz
Normal file
3
conmon-2.0.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb759021738748c3fa6466541e93d64e65c6a91aa84142828dad99891285c7a6
|
||||
size 49508
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 07:06:04 UTC 2020 - dmueller@suse.com
|
||||
|
||||
- Update to version 2.0.21:
|
||||
* bump to v2.0.21
|
||||
* protect against kill(-1)
|
||||
* Makefile: enable debuginfo generation
|
||||
* Remove go.sum file and add go.mod
|
||||
* Fail if conmon config could not be written
|
||||
* nix: remove double definition for e2fsprogs
|
||||
* Speedup static build by utilizing CI cache on `/nix` folder
|
||||
* Fix nix build for failing e2fsprogs tests
|
||||
* test: fix CI
|
||||
* Use Podman for building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 10:20:58 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.20
|
||||
Version: 2.0.21
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user