Accepting request 882552 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/882552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=20
This commit is contained in:
parent
f5bb7304c0
commit
c002161cd0
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.26</param>
|
||||
<param name="revision">v2.0.27</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">0e155c83aa739ef0a0540ec9f9d265f57f68038b</param></service></servicedata>
|
||||
<param name="changesrevision">65fad4bfcb250df0435ea668017e643e7f462155</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5664262e3c22d7e575301c267f8c10662c571de429ca5fbc49019d06c1fe8b61
|
||||
size 89016
|
3
conmon-2.0.27.tar.xz
Normal file
3
conmon-2.0.27.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d60ec3022e59ab745f3ec529284046848895ffe89309019011386d3c9d128f09
|
||||
size 90752
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 30 08:47:10 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 2.0.27:
|
||||
* bump to v2.0.27
|
||||
* Add CRI-O integration test GitHub action
|
||||
* exec: don't fail on EBADFD
|
||||
* close_fds: fix close of external fds
|
||||
* Add arm64 static build binary
|
||||
* bump to v2.0.27-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 15:41:49 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.26
|
||||
Version: 2.0.27
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user