conmon-2.2.1-1.el10

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

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2026-02-12 20:25:12 +01:00
parent 4b1b6e1f1b
commit ba7b5c8d05
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -19,7 +19,7 @@ Epoch: 3
%else
Epoch: 2
%endif
Version: 2.2.0
Version: 2.2.1
License: Apache-2.0
Release: 1%{?dist}
Summary: OCI container runtime monitor
@@ -49,7 +49,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
@@ -75,6 +75,11 @@ sed -i 's/install.bin: bin\/conmon/install.bin:/' Makefile
%endif
%changelog
* Thu Feb 12 2026 Jindrich Novy <jnovy@redhat.com> - 2:2.2.1-1
- update to https://github.com/containers/conmon/releases/tag/v2.2.1
- enable RELRO
- Related: RHEL-122178
* 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