conmon-2.2.0-1.el10

- update to https://github.com/containers/conmon/releases/tag/v2.2.0
- Related: RHEL-122178

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2026-02-03 17:14:08 +01:00
parent ab6d86141e
commit 4b1b6e1f1b
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -19,7 +19,7 @@ Epoch: 3
%else
Epoch: 2
%endif
Version: 2.1.13
Version: 2.2.0
License: Apache-2.0
Release: 1%{?dist}
Summary: OCI container runtime monitor
@@ -27,13 +27,13 @@ URL: https://github.com/containers/%{name}
# Tarball fetched from upstream
Source0: %{url}/archive/v%{version}.tar.gz
%if %{with docs}
ExclusiveArch: %{golang_arches_future}
BuildRequires: go-md2man
%endif
BuildRequires: gcc
BuildRequires: git-core
BuildRequires: glib2-devel
BuildRequires: libseccomp-devel
BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: systemd-libs
BuildRequires: make
@@ -75,6 +75,10 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif
%changelog
* Tue Feb 03 2026 Jindrich Novy <jnovy@redhat.com> - 2:2.2.0-1
- update to https://github.com/containers/conmon/releases/tag/v2.2.0
- Related: RHEL-122178
* Wed Feb 26 2025 Jindrich Novy <jnovy@redhat.com> - 2:2.1.13-1
- update to https://github.com/containers/conmon/releases/tag/v2.1.13
- Resolves: RHEL-80818