Accepting request 976687 from devel:microos
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/976687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=23
This commit is contained in:
parent
17b37f890b
commit
3eb4baf41e
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="revision">v2.0.30</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">v2.1.0</param>
|
||||
<param name="changesgenerate">disable</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:9051b921347d69addbab22bee4a7c34ee486099d76c2dd043b53b7b70efa87ce
|
||||
size 140728
|
3
conmon-2.1.0.tar.xz
Normal file
3
conmon-2.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44006a97ceed73b8aa0fb2e1375d8ef38ef13300b81923f73fd3cf7244069d18
|
||||
size 139144
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 15:46:07 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 2.1.0
|
||||
* logging: buffer partial messages to journald
|
||||
* exit: close all fds >= 3
|
||||
* fix: cgroup: Free memory_cgroup_file_path if open fails.
|
||||
Call g_free instead of free.
|
||||
- Update to version 2.0.32
|
||||
* Fix: Avoid mainfd_std{in,out} sharing the same file descriptor.
|
||||
*exit_command: Fix: unset subreaper attribute before running exit command
|
||||
- Update to version 2.0.31
|
||||
* logging: new mode -l passthrough
|
||||
* ctr_logs: use container name or ID as SYSLOG_IDENTIFIER for journald
|
||||
* conmon: Fix: free userdata files before exec cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 07:31:03 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package conmon
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.0.30
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user