diff --git a/catatonit.changes b/catatonit.changes index a80658b..c5eac87 100644 --- a/catatonit.changes +++ b/catatonit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 3 23:27:27 UTC 2018 - jengelh@inai.de + +- Update package descriptions. + ------------------------------------------------------------------- Thu Mar 29 09:13:58 UTC 2018 - asarai@suse.com diff --git a/catatonit.spec b/catatonit.spec index 46edf01..ac1c9f3 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -19,24 +19,27 @@ Name: catatonit Version: 0.1.2 Release: 0 -Summary: Incredibly simple container init +Summary: A signal-forwarding process manager for containers License: GPL-3.0-or-later Group: System/Management Url: https://github.com/openSUSE/catatonit Source0: %{name}-%{version}.tar.xz Source1: %{name}-%{version}.tar.xz.asc Source2: %{name}.keyring -BuildRequires: gcc BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc BuildRequires: libtool %description -A container init so simple it's effectively brain-dead. This is a -reimplementation of other container inits (such as tini or dumb-init), using -modern Linux facilities (such as signalfd(2)) and with no additional features -or bloat. It forwards (almost) all signals to the spawned child, exits when the -spawned child dies, and reaps any zombies it sees. +Catatonit is a /sbin/init program for use within containers. It +forwards (almost) all signals to the spawned child, tears down +the container when the spawned child exits, and otherwise +cleans up other exited processes (zombies). + +This is a reimplementation of other container init programs (such as +"tini" or "dumb-init"), but uses modern Linux facilities (such as +signalfd(2)) and has no additional features. %prep %setup -q