conmon-2.0.25-1.el9

- update to https://github.com/containers/conmon/releases/tag/v2.0.25

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2021-01-26 09:02:46 +01:00
parent 84a3b52601
commit c7b2c4d9c6
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -9,8 +9,8 @@
Name: conmon
Epoch: 2
Version: 2.0.22
Release: 1
Version: 2.0.25
Release: 1%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@@ -51,6 +51,9 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.25-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.25
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.22-1
- exclude i686 as golang is not suppoerted there