conmon-2.0.30-1.el9

- update to https://github.com/containers/conmon/releases/tag/v2.0.30
- Related: #2000051

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy
2021-09-23 07:58:42 +02:00
parent 0d52e0eb73
commit ded4de7e5f
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -6,13 +6,13 @@
# https://github.com/containers/conmon
%global import_path github.com/containers/%{name}
%global git0 https://%{import_path}
%global commit0 7e6de6678f6ed8a18661e1d5721b81ccee293b9b
%global commit0 2792c16f4436f1887a7070d9ad99d9c29742f38a
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: conmon
Epoch: 2
Version: 2.0.29
Release: 4%{?dist}
Version: 2.0.30
Release: 1%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
URL: %{git0}
@@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.30
- Related: #2000051
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.0.29-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688