diff --git a/_service b/_service index d32cd1c..2501555 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ [v]?([^\+]+)(.*) -v2.0.21 +v2.0.22 enable diff --git a/_servicedata b/_servicedata index e11c259..ea53f30 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/conmon - 35a2fa83022e56e18af7e6a865ba5d7165fa2a4a \ No newline at end of file + 9c34a8663b85e479e0c083801e89a2b2835228ed \ No newline at end of file diff --git a/conmon-2.0.21.tar.xz b/conmon-2.0.21.tar.xz deleted file mode 100644 index 0acb2d4..0000000 --- a/conmon-2.0.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb759021738748c3fa6466541e93d64e65c6a91aa84142828dad99891285c7a6 -size 49508 diff --git a/conmon-2.0.22.tar.xz b/conmon-2.0.22.tar.xz new file mode 100644 index 0000000..539cfe6 --- /dev/null +++ b/conmon-2.0.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0e58c54328a7752f6f0b43e2ad02d9352ea6d0d6c093f5e8bd9a68a53eb3d6 +size 87968 diff --git a/conmon.changes b/conmon.changes index a0be3bb..20a5049 100644 --- a/conmon.changes +++ b/conmon.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 12 08:10:52 UTC 2021 - sgrunert@suse.com + +- Update to version 2.0.22: + * added man page + * attach: always chdir + * conn_sock: Explicitly free a heap-allocated string + * refactor I/O and add SD_NOTIFY proxy support + ------------------------------------------------------------------- Mon Sep 21 07:06:04 UTC 2020 - dmueller@suse.com diff --git a/conmon.spec b/conmon.spec index e608e8a..5cae1ed 100644 --- a/conmon.spec +++ b/conmon.spec @@ -1,7 +1,7 @@ # # spec file for package conmon # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.21 +Version: 2.0.22 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: golang(API) >= 1.15 BuildRequires: pkgconfig(libsystemd) %description @@ -45,5 +46,6 @@ runc or crun) for a single container. %license LICENSE %doc README.md %{_bindir}/%{name} +%{_mandir}/man8/conmon*.8* %changelog