Accepting request 791225 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/791225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=12
This commit is contained in:
parent
59450276a1
commit
1e2a679a17
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<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.14</param>
|
||||
<param name="revision">v2.0.14</param>
|
||||
<param name="versionformat">2.0.15</param>
|
||||
<param name="revision">v2.0.15</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">conmon-*.tar</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c152ac477ed0e486fe4580148834a632699aa883cbb7cce4b0932a7a1994a71
|
||||
size 52140
|
3
conmon-2.0.15.tar.xz
Normal file
3
conmon-2.0.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:643be52d5cbe670bc2eccd501bb853d1666706aafd4a7836d6b360757c127772
|
||||
size 53932
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 14:33:46 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- Enable support for journald logging (bsc#1162432)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 07:22:43 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to v2.0.15
|
||||
- store status while waiting for pid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 08:55:06 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.14
|
||||
Version: 2.0.15
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
@ -25,6 +25,7 @@ Group: System/Management
|
||||
URL: https://github.com/containers/conmon
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
%description
|
||||
Conmon is a monitoring program and communication tool between a
|
||||
|
Loading…
Reference in New Issue
Block a user