From 19cf6378011a503e60490c30da94e185f5f22f86 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:40:25 -0400 Subject: [PATCH] import conmon-2.0.26-1.module+el8.4.0+10607+f4da7515 --- .conmon.metadata | 2 +- .gitignore | 2 +- SPECS/conmon.spec | 32 ++++++++++++++++++++++---------- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.conmon.metadata b/.conmon.metadata index e39aada..10f3003 100644 --- a/.conmon.metadata +++ b/.conmon.metadata @@ -1 +1 @@ -fdede06f54899d2695c011ccc66fdeb6a12c49bd SOURCES/v2.0.22.tar.gz +ed12565698e4906511465d51df9914ea601e2c27 SOURCES/v2.0.26.tar.gz diff --git a/.gitignore b/.gitignore index 20621e4..54dac9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.0.22.tar.gz +SOURCES/v2.0.26.tar.gz diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec index caadc51..f92f3fb 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.26 +Release: 1%{?dist} Summary: OCI container runtime monitor License: ASL 2.0 URL: %{git0} @@ -51,31 +51,43 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" %{_mandir}/man8/* %changelog +* Thu Feb 04 2021 Jindrich Novy - 2:2.0.26-1 +- update to https://github.com/containers/conmon/releases/tag/v2.0.26 +- Related: #1883490 + +* 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: #1888571 +- Related: #1883490 * Sat Dec 26 2020 Jindrich Novy - 2:2.0.22-2 - add BR: golang, go-md2man - add man pages -- Related: #1888571 +- Related: #1883490 * Mon Dec 21 2020 Jindrich Novy - 2:2.0.22-1 - update to https://github.com/containers/conmon/releases/tag/v2.0.22 -- Related: #1888571 +- Related: #1883490 * Tue Dec 08 2020 Jindrich Novy - 2:2.0.21-3 - simplify spec -- Related: #1888571 +- Related: #1883490 * Mon Nov 09 2020 Jindrich Novy - 2:2.0.21-2 - be sure to harden the linked binary - compile with debuginfo enabled -- Related: #1888571 +- Related: #1883490 -* Thu Oct 22 2020 Jindrich Novy - 2:2.0.21-1 -- synchronize with stream-container-tools-rhel8-rhel-8.4.0 -- Related: #1888571 +* Wed Oct 21 2020 Jindrich Novy - 2:2.0.21-1 +- synchronize with stream-container-tools-rhel8 +- Related: #1883490 * Tue Aug 11 2020 Jindrich Novy - 2:2.0.20-2 - use proper CFLAGS