diff --git a/.conmon.metadata b/.conmon.metadata index e39aada..3e3234a 100644 --- a/.conmon.metadata +++ b/.conmon.metadata @@ -1 +1 @@ -fdede06f54899d2695c011ccc66fdeb6a12c49bd SOURCES/v2.0.22.tar.gz +10b6222c54acfec76af0f00e4e06cdb17b171531 SOURCES/v2.0.25.tar.gz diff --git a/.gitignore b/.gitignore index 20621e4..7c4c46b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.0.22.tar.gz +SOURCES/v2.0.25.tar.gz diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec index 3d9db94..738ea9e 100644 --- a/SPECS/conmon.spec +++ b/SPECS/conmon.spec @@ -9,8 +9,8 @@ Name: conmon Epoch: 2 -Version: 2.0.22 -Release: 3%{?dist} +Version: 2.0.25 +Release: 1%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -51,6 +51,14 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Thu Jan 21 2021 Jindrich Novy - 2:2.0.25-1 +- update to https://github.com/containers/conmon/releases/tag/v2.0.25 +- Related: #1883490 + +* Fri Jan 15 2021 Jindrich Novy - 2:2.0.24-1 +- update to https://github.com/containers/conmon/releases/tag/v2.0.24 +- Related: #1883490 + * Mon Jan 04 2021 Jindrich Novy - 2:2.0.22-3 - exclude i686 as golang is not suppoerted there - Related: #1883490