Name: catatonit Version: 0.1.4 Release: 1%{?dist} Summary: A container init that is so simple it's effectively brain-dead. License: GPLv3+ URL: https://github.com/openSUSE/catatonit Source0: https://github.com/openSUSE/catatonit/releases/download/v%{version}/catatonit.tar.xz BuildRequires: autoconf automake gcc glibc-static libtool %description A container init that is so simple it's effectively brain-dead. This is a rewrite of initrs in C, because we found that it is not possible to statically compile Rust binaries without using musl. That was, in turn, a reimplementation of other container inits like tini and dumb-init. %prep %autosetup %build autoreconf -fi %configure %make_build %install rm -rf $RPM_BUILD_ROOT %make_install %files %license COPYING %doc README.md %{_bindir}/catatonit %changelog * Tue Feb 18 2020 Olivier Samyn 🎻 - Initial spec file based on catatonit README