2019-08-22 10:50:46 +02:00
|
|
|
#
|
|
|
|
# spec file for package conmon
|
|
|
|
#
|
2020-01-13 22:15:32 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2019-08-22 10:50:46 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-08-27 15:50:32 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-08-22 10:50:46 +02:00
|
|
|
#
|
|
|
|
|
2019-08-27 15:50:32 +02:00
|
|
|
|
|
|
|
Name: conmon
|
2020-02-03 11:11:49 +01:00
|
|
|
Version: 2.0.10
|
2019-08-27 15:50:32 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: An OCI container runtime monitor
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: System/Management
|
2019-11-18 20:04:56 +01:00
|
|
|
URL: https://github.com/containers/conmon
|
2019-08-27 15:50:32 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: glib2-devel
|
2019-08-22 10:50:46 +02:00
|
|
|
|
|
|
|
%description
|
2019-08-27 15:50:32 +02:00
|
|
|
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.
|
2019-08-22 10:50:46 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install PREFIX=%{_prefix}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|