Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37505411
en ru br
ALT Linux repos
S:0.19.0-alt2

Group :: Development/Other
RPM: tini

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%global commit 0effd37412ba5ae7e00af0db1f36f5dbc1671df9
%global abbrev %(c=%{commit}; echo ${c:0:8})

Name: tini
Version: 0.16.1
Release: alt1
Summary: A tiny but valid init for containers

Group: Development/Other
License: %mit
URL: https://github.com/krallin/tini

Source0: %name-%version.tar
ExclusiveArch: x86_64

BuildRequires(pre): rpm-build-licenses
BuildRequires: cmake
BuildRequires: glibc-devel-static

Provides: docker-init = %version-%release
Obsoletes: docker-init <= 0.13.0

%description
Tini is the simplest init you could think of.

All Tini does is spawn a single child (Tini is meant to be run in a container),
and wait for it to exit all the while reaping zombies and performing signal
forwarding.

%prep
%setup -q

%build
cmake .
make tini-static

%install
mkdir -p -- %buildroot/%_bindir
cp -a -- tini-static    %buildroot/%_bindir/tini

%files

%_bindir/tini

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin