Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37045093
en ru br
ALT Linux repositórios
S:0.19.0-alt2

Group :: Desenvolvimento/Outros
RPM: tini

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009