import conmon-2.0.32-1.module+el8.5.0+13852+150547f7

This commit is contained in:
CentOS Sources 2022-02-01 15:13:44 -05:00 committed by Stepan Oksanichenko
parent e486bbb1cc
commit 92713614de
3 changed files with 16 additions and 4 deletions

View File

@ -1 +1 @@
521832d18c9d5ed155a6be3d5a25e3072cdc73a3 SOURCES/conmon-2.0.29-7e6de66.tar.gz
e81b0985ebbfd3f1d6ee8c43856a53ea2c7671ae SOURCES/conmon-2.0.32-436b460.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/conmon-2.0.29-7e6de66.tar.gz
SOURCES/conmon-2.0.32-436b460.tar.gz

View File

@ -6,12 +6,12 @@
# https://github.com/containers/conmon
%global import_path github.com/containers/%{name}
%global git0 https://%{import_path}
%global commit0 7e6de6678f6ed8a18661e1d5721b81ccee293b9b
%global commit0 436b460d1586c2e4ab4e845448449ddd9136767a
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: conmon
Epoch: 2
Version: 2.0.29
Version: 2.0.32
Release: 1%{?dist}
Summary: OCI container runtime monitor
License: ASL 2.0
@ -62,6 +62,18 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
%{_mandir}/man8/*
%changelog
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.0.32-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.32
- Related: #2021990
* Wed Dec 08 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.31-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.31
- Related: #2021990
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.30
- Related: #2001445
* Thu Jun 03 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.29-1
- update to https://github.com/containers/conmon/releases/tag/v2.0.29
- Related: #1934415