From 736bcfefdd0701f9893f8eb198b4b32e762952d7 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 2 Jun 2021 11:05:51 +0800 Subject: [PATCH] add build requires --- conmon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conmon.spec b/conmon.spec index 778375f..343b138 100644 --- a/conmon.spec +++ b/conmon.spec @@ -3,12 +3,12 @@ Name: conmon Epoch: 2 Version: 2.0.2 -Release: 2 +Release: 3 Summary: Monitoring program for OCI container License: ASL 2.0 URL: https://github.com/containers/conmon Source0: https://github.com/containers/conmon/archive/65fe0226d85b69fc9e527e376795c9791199153d/conmon-65fe022.tar.gz -BuildRequires: glib2-devel +BuildRequires: glib2-devel gcc %description Conmon is a monitoring program and communication tool between a container manager (like podman or CRI-O) @@ -30,5 +30,8 @@ make PREFIX=%{buildroot}%{_prefix} install install.crio %{_libexecdir}/crio/conmon %changelog +* Mon May 31 2021 baizhonggui - 2:2.0.2-3 +- Add gcc in BuildRequires + * Mon Dec 23 2019 shijian - 2:2.0.2-2 - Package init -- Gitee