Accepting request 1109240 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1109240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=31
This commit is contained in:
commit
695c46cccb
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.1.7</param>
|
||||
<param name="revision">v2.1.8</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b56d661f151aae69b575b6b6bb35958df0bd9803c341fea98bcbd53c011d072
|
||||
size 137416
|
3
conmon-2.1.8.tar.xz
Normal file
3
conmon-2.1.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:229bed08c810956c25d1f1a67d4a17221e21cf1b9cb181ce0fedc9a68e8973e5
|
||||
size 102828
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 05:41:47 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Update to version 2.1.8:
|
||||
* stdio: ignore EIO for terminals
|
||||
* ensure console socket buffers are properly sized
|
||||
* conmon: drop return after pexit()
|
||||
* ctrl: make accept4 failures fatal
|
||||
* logging: avoid opening /dev/null for each write
|
||||
* oom: restore old OOM score
|
||||
* Use default umask 0022
|
||||
* cli: log parsing errors to stderr
|
||||
* Changes to build conmon for riscv64
|
||||
* Changes to build conmon for ppc64le
|
||||
* Fix close_other_fds on FreeBSD
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 14:36:27 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package conmon
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.1.7
|
||||
Version: 2.1.8
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user