diff --git a/conmon-2.1.8.tar.gz b/conmon-2.1.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..157078faa91b234c9992f51d4111a92c93f08c84 Binary files /dev/null and b/conmon-2.1.8.tar.gz differ diff --git a/conmon.spec b/conmon.spec index 0ed99df9e5f14e321897a4122a4b6103f5c34af6..7f2c3927e1452eac15ecde6468d9a87c51687e46 100644 --- a/conmon.spec +++ b/conmon.spec @@ -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 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 - 2:2.1.2-2 diff --git a/v2.1.5.tar.gz b/v2.1.5.tar.gz deleted file mode 100644 index 7eb233acc0d6cc2b30a75d310fdd5b4ee18d2ab0..0000000000000000000000000000000000000000 Binary files a/v2.1.5.tar.gz and /dev/null differ