!12 Upgrade to 2.1.8

From: @starlet-dx 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-10-17 11:52:14 +00:00 committed by Gitee
commit c334f0b370
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

BIN
conmon-2.1.8.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: conmon
Epoch: 2
Version: 2.1.5
Release: 2
Version: 2.1.8
Release: 1
Summary: Monitoring program for OCI container
License: ASL 2.0
URL: https://github.com/containers/conmon
Source0: https://github.com/containers/conmon/archive/refs/tags/v%{version}.tar.gz
Source0: https://github.com/containers/conmon/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/cpuguy83/go-md2man/archive/v1.0.10.tar.gz
BuildRequires: glib2-devel gcc git libseccomp-devel systemd-devel systemd-libs make golang
@ -16,7 +16,7 @@ Conmon is a monitoring program and communication tool between a container manage
and an OCI runtime (like runc or crun) for a single container.
%prep
%autosetup
%autosetup -p1
tar -xf %SOURCE1
@ -44,6 +44,9 @@ make PREFIX=%{buildroot}%{_prefix} install install.crio
%{_mandir}/man8/*
%changelog
* Tue Oct 17 2023 yaoxin <yao_xin001@hoperun.com> 2:2.1.8-1
- Upgrade to 2.1.8
* Thu Feb 02 2023 wenchaofan <349464272@qq.com> - 2:2.1.5-2
- update to 2.1.5
* Thu Jan 12 2023 xu_ping <xuping33@h-partners.com> - 2:2.1.2-2

Binary file not shown.