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:
commit
f6003952cf
@ -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
|
Thu Mar 29 09:13:58 UTC 2018 - asarai@suse.com
|
||||||
|
|
||||||
|
@ -19,24 +19,27 @@
|
|||||||
Name: catatonit
|
Name: catatonit
|
||||||
Version: 0.1.2
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Incredibly simple container init
|
Summary: A signal-forwarding process manager for containers
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/openSUSE/catatonit
|
Url: https://github.com/openSUSE/catatonit
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}-%{version}.tar.xz.asc
|
Source1: %{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: gcc
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A container init so simple it's effectively brain-dead. This is a
|
Catatonit is a /sbin/init program for use within containers. It
|
||||||
reimplementation of other container inits (such as tini or dumb-init), using
|
forwards (almost) all signals to the spawned child, tears down
|
||||||
modern Linux facilities (such as signalfd(2)) and with no additional features
|
the container when the spawned child exits, and otherwise
|
||||||
or bloat. It forwards (almost) all signals to the spawned child, exits when the
|
cleans up other exited processes (zombies).
|
||||||
spawned child dies, and reaps any zombies it sees.
|
|
||||||
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user