From 82ee7826ce71ca86daeb559ef03154eea7c2ca1e1361c8e8bf9bd28cd6a24bd5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 27 Aug 2019 13:50:32 +0000 Subject: [PATCH] Accepting request 726052 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/726052 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=2 --- conmon.changes | 6 ++++++ conmon.spec | 25 ++++++++++++++----------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/conmon.changes b/conmon.changes index f4e9a29..3b73887 100644 --- a/conmon.changes +++ b/conmon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Aug 24 04:10:04 UTC 2019 - Jan Engelhardt + +- Upstream has an actual description, use it instead of just + duplicating the summary again. + ------------------------------------------------------------------- Fri Aug 16 11:48:30 UTC 2019 - Sascha Grunert diff --git a/conmon.spec b/conmon.spec index 577ca84..7aa94b0 100644 --- a/conmon.spec +++ b/conmon.spec @@ -12,21 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: conmon -Version: 2.0.0 -Release: 0 -Summary: An OCI container runtime monitor -License: Apache-2.0 -Group: System/Management -Url: https://github.com/containers/conmon -Source0: %{name}-%{version}.tar.xz -BuildRequires: glib2-devel + +Name: conmon +Version: 2.0.0 +Release: 0 +Summary: An OCI container runtime monitor +License: Apache-2.0 +Group: System/Management +Url: https://github.com/containers/conmon +Source0: %{name}-%{version}.tar.xz +BuildRequires: glib2-devel %description -%{summary} +Conmon is a monitoring program and communication tool between a +container manager (like podman or CRI-O) and an OCI runtime (like +runc or crun) for a single container. %prep %setup -q