Update to 2.2.0 upstream release

Upstream tag: v2.2.0
Upstream commit: ff908cce

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit
2026-01-12 11:58:07 +00:00
parent ab6d86141e
commit 0a6d42cb7f
3 changed files with 97 additions and 2 deletions
+5 -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,9 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif
%changelog
* Mon Jan 12 2026 Packit <hello@packit.dev> - 2:2.2.0-1
- Update to version 2.2.0
* 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