Accepting request 662066 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/662066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:26:59 +00:00 committed by Git OBS Bridge
parent 938085e915
commit d5a55585e6
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 18 09:40:40 UTC 2018 - Marco Vedovati <mvedovati@suse.com>
- Update package summary and description
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 7 07:42:47 UTC 2018 - Adrian Schröter <adrian@suse.de> Fri Dec 7 07:42:47 UTC 2018 - Adrian Schröter <adrian@suse.de>

View File

@ -26,7 +26,7 @@
Name: podman Name: podman
Version: 0.11.1.1 Version: 0.11.1.1
Release: 0 Release: 0
Summary: Debugging tool for pods and images Summary: Daemon-less container engine for managing containers, pods and images
License: Apache-2.0 License: Apache-2.0
Group: System/Management Group: System/Management
Url: https://github.com/containers/libpod Url: https://github.com/containers/libpod
@ -65,14 +65,12 @@ BuildRequires: libostree-devel
%endif %endif
%description %description
podman is a simple client only tool to help with debugging issues when daemons Podman is a container engine for managing pods, containers, and container
such as CRI runtime and the kubelet are not responding or failing. A shared API images.
layer could be created to share code between the daemon and podman. podman does It is a standalone tool and it directly manipulates containers without the need
not require any daemon running. podman utilizes the same underlying components of a container engine daemon.
that crio uses i.e. containers/image, container/storage, Podman is able to interact with container images create in buildah, cri-o, and
oci-runtime-tool/generate, runc or any other OCI compatible runtime. podman skopeo, as they all share the same datastore backend.
shares state with crio and so has the capability to debug pods/images created
by crio.
%prep %prep
%setup -q %setup -q