From 5ec08df98c2cf3b73350cc747b27064057d4ce36 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 30 2021 01:25:35 +0000 Subject: import conmon-2.0.30-1.module+el8.6.0+12727+cc05c9e2 --- diff --git a/.conmon.metadata b/.conmon.metadata index 29f3cb8..ac73cd8 100644 --- a/.conmon.metadata +++ b/.conmon.metadata @@ -1 +1 @@ -521832d18c9d5ed155a6be3d5a25e3072cdc73a3 SOURCES/conmon-2.0.29-7e6de66.tar.gz +87da4ea7c62950cda5a63bd9979b8d9e67107d49 SOURCES/conmon-2.0.30-2792c16.tar.gz diff --git a/.gitignore b/.gitignore index 7dc16fd..3b8f52f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/conmon-2.0.29-7e6de66.tar.gz +SOURCES/conmon-2.0.30-2792c16.tar.gz diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec index 4800fb6..d2de3cb 100644 --- a/SPECS/conmon.spec +++ b/SPECS/conmon.spec @@ -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 2792c16f4436f1887a7070d9ad99d9c29742f38a %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: conmon Epoch: 2 -Version: 2.0.29 +Version: 2.0.30 Release: 1%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 @@ -62,6 +62,10 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Thu Sep 23 2021 Jindrich Novy - 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 - 2:2.0.29-1 - update to https://github.com/containers/conmon/releases/tag/v2.0.29 - Related: #1934415