diff --git a/.conmon.metadata b/.conmon.metadata index 9925052..3b0d3c9 100644 --- a/.conmon.metadata +++ b/.conmon.metadata @@ -1 +1 @@ -70fe00c8d5c114e0a81e1f4427ccc2077ff68744 SOURCES/v2.0.20.tar.gz +c53204d9ac7ad32c3cec9327655475bc42d4f8e0 SOURCES/v2.0.21.tar.gz diff --git a/.gitignore b/.gitignore index 5d87dda..9bcbd26 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.0.20.tar.gz +SOURCES/v2.0.21.tar.gz diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec index 6e0f642..2f9761b 100644 --- a/SPECS/conmon.spec +++ b/SPECS/conmon.spec @@ -18,8 +18,8 @@ Name: %{repo} Epoch: 2 -Version: 2.0.20 -Release: 2%{?dist} +Version: 2.0.21 +Release: 1%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -51,6 +51,10 @@ export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFF %{_bindir}/%{name} %changelog +* Thu Oct 22 2020 Jindrich Novy - 2:2.0.21-1 +- synchronize with stream-container-tools-rhel8-rhel-8.4.0 +- Related: #1888571 + * Tue Aug 11 2020 Jindrich Novy - 2:2.0.20-2 - use proper CFLAGS - Related: #1821193