Accepting request 908828 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/908828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=21
This commit is contained in:
parent
c002161cd0
commit
08484a2159
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="revision">v2.0.27</param>
|
||||
<param name="revision">v2.0.29</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/conmon</param>
|
||||
<param name="changesrevision">65fad4bfcb250df0435ea668017e643e7f462155</param></service></servicedata>
|
||||
<param name="changesrevision">7e6de6678f6ed8a18661e1d5721b81ccee293b9b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d60ec3022e59ab745f3ec529284046848895ffe89309019011386d3c9d128f09
|
||||
size 90752
|
3
conmon-2.0.29.tar.xz
Normal file
3
conmon-2.0.29.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce216a2a02994582cabc910ddd5e6767b43180ec017ac7889ba9815e6b996fbd
|
||||
size 140056
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 23 09:51:11 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 2.0.29:
|
||||
* Reset OOM score back to 0 for container runtime
|
||||
* call functions registered with atexit on SIGTERM
|
||||
* conn_sock: fix potential segfault
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 08:47:10 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.27
|
||||
Version: 2.0.29
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user