Accepting request 921243 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/921243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=22
This commit is contained in:
parent
08484a2159
commit
17b37f890b
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.29</param>
|
||||
<param name="revision">v2.0.30</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">7e6de6678f6ed8a18661e1d5721b81ccee293b9b</param></service></servicedata>
|
||||
<param name="changesrevision">2792c16f4436f1887a7070d9ad99d9c29742f38a</param></service></servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce216a2a02994582cabc910ddd5e6767b43180ec017ac7889ba9815e6b996fbd
|
||||
size 140056
|
3
conmon-2.0.30.tar.xz
Normal file
3
conmon-2.0.30.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9051b921347d69addbab22bee4a7c34ee486099d76c2dd043b53b7b70efa87ce
|
||||
size 140728
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 07:31:03 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 2.0.30:
|
||||
* Remove unreachable code path
|
||||
* exit: report if the exit command was killed
|
||||
* exit: fix race zombie reaper
|
||||
* conn_sock: allow watchdog messages through the notify socket proxy
|
||||
* seccomp: add support for seccomp notify
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 23 09:51:11 UTC 2021 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.29
|
||||
Version: 2.0.30
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
@ -25,7 +25,9 @@ Group: System/Management
|
||||
URL: https://github.com/containers/conmon
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
||||
%description
|
||||
@ -46,6 +48,6 @@ runc or crun) for a single container.
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man8/conmon*.8*
|
||||
%{_mandir}/man8/conmon*.8%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user