conmon-2.2.1-1.el9

- update to https://github.com/containers/conmon/releases/tag/v2.2.1
- enable RELRO
- Related: RHEL-111919

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2026-02-12 20:26:10 +01:00
parent 272aa3e9f8
commit f90380454e
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -15,9 +15,9 @@
Name: conmon
Epoch: 3
Version: 2.2.0
Version: 2.2.1
License: Apache-2.0
Release: 2%{?dist}
Release: 1%{?dist}
Summary: OCI container runtime monitor
URL: https://github.com/containers/%{name}
# Tarball fetched from upstream
@@ -45,7 +45,7 @@ Requires: libseccomp
sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%build
%{__make} DEBUGFLAG="-g" bin/conmon
%{__make} DEBUGFLAG="-g" LDFLAGS="-Wl,-z,relro -Wl,-z,now" bin/conmon
%if %{with docs}
%{__make} GOMD2MAN=go-md2man -C docs
@@ -70,6 +70,11 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif
%changelog
* Thu Feb 12 2026 Jindrich Novy <jnovy@redhat.com> - 3:2.2.1-1
- update to https://github.com/containers/conmon/releases/tag/v2.2.1
- enable RELRO
- Related: RHEL-111919
* Thu Feb 05 2026 Jindrich Novy <jnovy@redhat.com> - 3:2.2.0-2
- update to https://github.com/containers/conmon/releases/tag/v2.2.0
- Resolves: RHEL-147114