update to 2.1.2
This commit is contained in:
parent
65ec28d65a
commit
6d9ca9204d
Binary file not shown.
11
conmon.spec
11
conmon.spec
@ -1,11 +1,11 @@
|
||||
Name: conmon
|
||||
Epoch: 2
|
||||
Version: 2.1.0
|
||||
Version: 2.1.2
|
||||
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/bdb4f6e56cd193d40b75ffc9725d4b74a18cb33c/conmon-bdb4f6e.tar.gz
|
||||
Source0: https://github.com/containers/conmon/archive/refs/tags/v%{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 -n conmon-bdb4f6e56cd193d40b75ffc9725d4b74a18cb33c -p1
|
||||
%autosetup
|
||||
|
||||
tar -xf %SOURCE1
|
||||
|
||||
@ -43,7 +43,10 @@ make PREFIX=%{buildroot}%{_prefix} install install.crio
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 16 2022 liukuo <liukuo@kylinos.cn> - 2:2.1.0-1
|
||||
* Sun Sep 04 2022 tianlijing <tianlijing@kylinos.cn> - 2:2.1.2-1
|
||||
- update to 2.1.2
|
||||
|
||||
* Mon Mar 16 2022 liukuo <liukuo@kylinos.cn> - 2:2.1.0-1
|
||||
- Upgrade version to 2.1.0
|
||||
|
||||
* Thu Sep 09 2021 lingsheng <lingsheng@huawei.com> - 2:2.0.2-4
|
||||
|
||||
BIN
v2.1.2.tar.gz
Normal file
BIN
v2.1.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user