Accepting request 593349 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/593349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/catatonit?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-04-05 13:29:12 +00:00 committed by Git OBS Bridge
commit f6003952cf
2 changed files with 15 additions and 7 deletions

View File

@ -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

View File

@ -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